Html Css Color HEX #BBD1DB Light Blue

📋 copy color: '#BBD1DB'

red 187 ◦ green 209 ◦ blue 219

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

Shades of Light Blue #BBD1DB

Tints of Light Blue #BBD1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.61%

R = 30.41%
G = 33.98%
B = 35.61%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBD1DB (or 0xBBD1DB) is known color: Light Blue. HEX triplet: BB, D1 and DB. RGB value is (187,209,219). Sum of RGB (Red+Green+Blue) = 187+209+219=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1DB is #442E24. Grayscale: #CBCBCB. Windows color (decimal): -4468261 or 14406075. OLE color: 14406075.

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

Color convert

RGB 187 209 219 -
CMYK 0.15 0.05 0 0.14
HSL 198.75º 0.31% 0.8% -
HSV(B) 198.75º 0.15% 0.86% -
XYZ 56.08 61.28 75.89 -
YUV 203.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 187 209 219 0.15 0.05 0 0.14 198.75 0.31 0.8
Hex BB D1 DB F 5 0 E C7 1F 50
Octal 273 321 333 17 5 0 16 307 37 120
Binary 10111011 11010001 11011011 1111 101 0 1110 11000111 11111 1010000

Color Harmonies of #BBD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1DB

Black with #BBD1DB

Text Example


Text Example

White with #BBD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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