Html Css Color HEX #BBD4DF Light Blue

📋 copy color: '#BBD4DF'

red 187 ◦ green 212 ◦ blue 223

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

Shades of Light Blue #BBD4DF

Tints of Light Blue #BBD4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.08%

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

R = 30.06%
G = 34.08%
B = 35.85%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD4DF (or 0xBBD4DF) is known color: Light Blue. HEX triplet: BB, D4 and DF. RGB value is (187,212,223). Sum of RGB (Red+Green+Blue) = 187+212+223=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4DF is #442B20. Grayscale: #CDCDCD. Windows color (decimal): -4467489 or 14668987. OLE color: 14668987.

HSL color Cylindrical-coordinate representation of color #BBD4DF: hue angle of 198.33º 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 #BBD4DF is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 212 223 -
CMYK 0.16 0.05 0 0.13
HSL 198.33º 0.36% 0.8% -
HSV(B) 198.33º 0.16% 0.87% -
XYZ 57.36 62.98 78.95 -
YUV 205.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 187 212 223 0.16 0.05 0 0.13 198.33 0.36 0.8
Hex BB D4 DF 10 5 0 D C6 24 50
Octal 273 324 337 20 5 0 15 306 44 120
Binary 10111011 11010100 11011111 10000 101 0 1101 11000110 100100 1010000

Color Harmonies of #BBD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4DF

Black with #BBD4DF

Text Example


Text Example

White with #BBD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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