Html Css Color HEX #BBD6DB Powder Blue

📋 copy color: '#BBD6DB'

red 187 ◦ green 214 ◦ blue 219

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

Shades of Powder Blue #BBD6DB

Tints of Powder Blue #BBD6DB

RGB

 RED value IS 187 (73.44% from 255) = 30.16%

 GREEN value IS 214 (83.98% from 255) = 34.52%

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

R = 30.16%
G = 34.52%
B = 35.32%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBD6DB (or 0xBBD6DB) is known color: Powder Blue. HEX triplet: BB, D6 and DB. RGB value is (187,214,219). Sum of RGB (Red+Green+Blue) = 187+214+219=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6DB is #442924. Grayscale: #CECECE. Windows color (decimal): -4466981 or 14407355. OLE color: 14407355.

HSL color Cylindrical-coordinate representation of color #BBD6DB: hue angle of 189.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD6DB is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 214 219 -
CMYK 0.15 0.02 0 0.14
HSL 189.38º 0.31% 0.8% -
HSV(B) 189.38º 0.15% 0.86% -
XYZ 57.33 63.77 76.31 -
YUV 206.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 187 214 219 0.15 0.02 0 0.14 189.38 0.31 0.8
Hex BB D6 DB F 2 0 E BD 1F 50
Octal 273 326 333 17 2 0 16 275 37 120
Binary 10111011 11010110 11011011 1111 10 0 1110 10111101 11111 1010000

Color Harmonies of #BBD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6DB

Black with #BBD6DB

Text Example


Text Example

White with #BBD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6DB; }

 p { color: rgb(187,214,219); }

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

background-color css

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

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

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

border-color css

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

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

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