Html Css Color HEX #BBD1DE Light Blue

📋 copy color: '#BBD1DE'

red 187 ◦ green 209 ◦ blue 222

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

Shades of Light Blue #BBD1DE

Tints of Light Blue #BBD1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.92%

R = 30.26%
G = 33.82%
B = 35.92%

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

#BBD1DE (or 0xBBD1DE) is known color: Light Blue. HEX triplet: BB, D1 and DE. RGB value is (187,209,222). Sum of RGB (Red+Green+Blue) = 187+209+222=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1DE is #442E21. Grayscale: #CBCBCB. Windows color (decimal): -4468258 or 14602683. OLE color: 14602683.

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

Color convert

RGB 187 209 222 -
CMYK 0.16 0.06 0 0.13
HSL 202.29º 0.35% 0.8% -
HSV(B) 202.29º 0.16% 0.87% -
XYZ 56.48 61.44 77.99 -
YUV 203.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 187 209 222 0.16 0.06 0 0.13 202.29 0.35 0.8
Hex BB D1 DE 10 6 0 D CA 23 50
Octal 273 321 336 20 6 0 15 312 43 120
Binary 10111011 11010001 11011110 10000 110 0 1101 11001010 100011 1010000

Color Harmonies of #BBD1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1DE

Black with #BBD1DE

Text Example


Text Example

White with #BBD1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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