Html Css Color HEX #BBD1DD Light Blue

📋 copy color: '#BBD1DD'

red 187 ◦ green 209 ◦ blue 221

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

Shades of Light Blue #BBD1DD

Tints of Light Blue #BBD1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 30.31%
G = 33.87%
B = 35.82%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD1DD (or 0xBBD1DD) is known color: Light Blue. HEX triplet: BB, D1 and DD. RGB value is (187,209,221). Sum of RGB (Red+Green+Blue) = 187+209+221=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1DD is #442E22. Grayscale: #CBCBCB. Windows color (decimal): -4468259 or 14537147. OLE color: 14537147.

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

Color convert

RGB 187 209 221 -
CMYK 0.15 0.05 0 0.13
HSL 201.18º 0.33% 0.8% -
HSV(B) 201.18º 0.15% 0.87% -
XYZ 56.35 61.39 77.29 -
YUV 203.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 187 209 221 0.15 0.05 0 0.13 201.18 0.33 0.8
Hex BB D1 DD F 5 0 D C9 21 50
Octal 273 321 335 17 5 0 15 311 41 120
Binary 10111011 11010001 11011101 1111 101 0 1101 11001001 100001 1010000

Color Harmonies of #BBD1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1DD

Black with #BBD1DD

Text Example


Text Example

White with #BBD1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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