Html Css Color HEX #BBD6DF Light Blue

📋 copy color: '#BBD6DF'

red 187 ◦ green 214 ◦ blue 223

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

Shades of Light Blue #BBD6DF

Tints of Light Blue #BBD6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 29.97%
G = 34.29%
B = 35.74%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD6DF (or 0xBBD6DF) is known color: Light Blue. HEX triplet: BB, D6 and DF. RGB value is (187,214,223). Sum of RGB (Red+Green+Blue) = 187+214+223=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6DF is #442920. Grayscale: #CECECE. Windows color (decimal): -4466977 or 14669499. OLE color: 14669499.

HSL color Cylindrical-coordinate representation of color #BBD6DF: hue angle of 195º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD6DF is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 214 223 -
CMYK 0.16 0.04 0 0.13
HSL 195º 0.36% 0.8% -
HSV(B) 195º 0.16% 0.87% -
XYZ 57.86 63.99 79.11 -
YUV 206.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 187 214 223 0.16 0.04 0 0.13 195 0.36 0.8
Hex BB D6 DF 10 4 0 D C3 24 50
Octal 273 326 337 20 4 0 15 303 44 120
Binary 10111011 11010110 11011111 10000 100 0 1101 11000011 100100 1010000

Color Harmonies of #BBD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6DF

Black with #BBD6DF

Text Example


Text Example

White with #BBD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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