Html Css Color HEX #B0DBDB Powder Blue

📋 copy color: '#B0DBDB'

red 176 ◦ green 219 ◦ blue 219

#B0DBDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #B0DBDB

Tints of Powder Blue #B0DBDB

RGB

 RED value IS 176 (69.14% from 255) = 28.66%

 GREEN value IS 219 (85.94% from 255) = 35.67%

 BLUE value IS 219 (85.94% from 255) = 35.67%

R = 28.66%
G = 35.67%
B = 35.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0DBDB (or 0xB0DBDB) is known color: Powder Blue. HEX triplet: B0, DB and DB. RGB value is (176,219,219). Sum of RGB (Red+Green+Blue) = 176+219+219=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B0DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBDB is #4F2424. Grayscale: #CECECE. Windows color (decimal): -5186597 or 14408624. OLE color: 14408624.

HSL color Cylindrical-coordinate representation of color #B0DBDB: hue angle of 180º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBDB is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 219 -
CMYK 0.20 0 0 0.14
HSL 180º 0.37% 0.77% -
HSV(B) 180º 0.2% 0.86% -
XYZ 56.02 65.01 76.61 -
YUV 206.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 176 219 219 0.20 0 0 0.14 180 0.37 0.77
Hex B0 DB DB 14 0 0 E B4 25 4D
Octal 260 333 333 24 0 0 16 264 45 115
Binary 10110000 11011011 11011011 10100 0 0 1110 10110100 100101 1001101

Color Harmonies of #B0DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBDB

Black with #B0DBDB

Text Example


Text Example

White with #B0DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBDB; }

 p { color: rgb(176,219,219); }

 H1.HeaderClassName
 {
   color: #B0DBDB;
 }
 .AnyTagClassName
 {
   color: #B0DBDB;
 }
</style>

background-color css

<style>
 a { background-color: #B0DBDB; }

 a { background-color: rgb(176,219,219); }

 div.DivClassName
 {
   background-color: #B0DBDB;
 }
 .BgClassName
 {
   background-color: #B0DBDB;
 }
</style>

border-color css

<style>
 span { border-color: #B0DBDB; }

 span { border-color: rgb(176,219,219); }

 td.TdClassName
 {
   border-color: #B0DBDB;
 }
 .TagClassName
 {
   border-color: #B0DBDB;
 }
</style>