Html Css Color HEX #BBD1DA Light Blue

📋 copy color: '#BBD1DA'

red 187 ◦ green 209 ◦ blue 218

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

Shades of Light Blue #BBD1DA

Tints of Light Blue #BBD1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.5%

R = 30.46%
G = 34.04%
B = 35.5%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBD1DA (or 0xBBD1DA) is known color: Light Blue. HEX triplet: BB, D1 and DA. RGB value is (187,209,218). Sum of RGB (Red+Green+Blue) = 187+209+218=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1DA is #442E25. Grayscale: #CBCBCB. Windows color (decimal): -4468262 or 14340539. OLE color: 14340539.

HSL color Cylindrical-coordinate representation of color #BBD1DA: hue angle of 197.42º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD1DA is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 209 218 -
CMYK 0.14 0.04 0 0.15
HSL 197.42º 0.3% 0.79% -
HSV(B) 197.42º 0.14% 0.85% -
XYZ 55.95 61.23 75.2 -
YUV 203.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 187 209 218 0.14 0.04 0 0.15 197.42 0.3 0.79
Hex BB D1 DA E 4 0 F C5 1E 4F
Octal 273 321 332 16 4 0 17 305 36 117
Binary 10111011 11010001 11011010 1110 100 0 1111 11000101 11110 1001111

Color Harmonies of #BBD1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1DA

Black with #BBD1DA

Text Example


Text Example

White with #BBD1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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