Html Css Color HEX #BBD1DF Light Blue

📋 copy color: '#BBD1DF'

red 187 ◦ green 209 ◦ blue 223

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

Shades of Light Blue #BBD1DF

Tints of Light Blue #BBD1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.76%

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

R = 30.21%
G = 33.76%
B = 36.03%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD1DF (or 0xBBD1DF) is known color: Light Blue. HEX triplet: BB, D1 and DF. RGB value is (187,209,223). Sum of RGB (Red+Green+Blue) = 187+209+223=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1DF is #442E20. Grayscale: #CBCBCB. Windows color (decimal): -4468257 or 14668219. OLE color: 14668219.

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

Color convert

RGB 187 209 223 -
CMYK 0.16 0.06 0 0.13
HSL 203.33º 0.36% 0.8% -
HSV(B) 203.33º 0.16% 0.87% -
XYZ 56.61 61.49 78.7 -
YUV 204.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 187 209 223 0.16 0.06 0 0.13 203.33 0.36 0.8
Hex BB D1 DF 10 6 0 D CB 24 50
Octal 273 321 337 20 6 0 15 313 44 120
Binary 10111011 11010001 11011111 10000 110 0 1101 11001011 100100 1010000

Color Harmonies of #BBD1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1DF

Black with #BBD1DF

Text Example


Text Example

White with #BBD1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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