Html Css Color HEX #BBD5DB Light Blue

📋 copy color: '#BBD5DB'

red 187 ◦ green 213 ◦ blue 219

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

Shades of Light Blue #BBD5DB

Tints of Light Blue #BBD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.41%

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

R = 30.21%
G = 34.41%
B = 35.38%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBD5DB (or 0xBBD5DB) is known color: Light Blue. HEX triplet: BB, D5 and DB. RGB value is (187,213,219). Sum of RGB (Red+Green+Blue) = 187+213+219=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5DB is #442A24. Grayscale: #CDCDCD. Windows color (decimal): -4467237 or 14407099. OLE color: 14407099.

HSL color Cylindrical-coordinate representation of color #BBD5DB: hue angle of 191.25º 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 #BBD5DB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 213 219 -
CMYK 0.15 0.03 0 0.14
HSL 191.25º 0.31% 0.8% -
HSV(B) 191.25º 0.15% 0.86% -
XYZ 57.07 63.27 76.22 -
YUV 205.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 187 213 219 0.15 0.03 0 0.14 191.25 0.31 0.8
Hex BB D5 DB F 3 0 E BF 1F 50
Octal 273 325 333 17 3 0 16 277 37 120
Binary 10111011 11010101 11011011 1111 11 0 1110 10111111 11111 1010000

Color Harmonies of #BBD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5DB

Black with #BBD5DB

Text Example


Text Example

White with #BBD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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