Html Css Color HEX #BBD3DB Light Blue

📋 copy color: '#BBD3DB'

red 187 ◦ green 211 ◦ blue 219

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

Shades of Light Blue #BBD3DB

Tints of Light Blue #BBD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.2%

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

R = 30.31%
G = 34.2%
B = 35.49%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBD3DB (or 0xBBD3DB) is known color: Light Blue. HEX triplet: BB, D3 and DB. RGB value is (187,211,219). Sum of RGB (Red+Green+Blue) = 187+211+219=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3DB is #442C24. Grayscale: #CCCCCC. Windows color (decimal): -4467749 or 14406587. OLE color: 14406587.

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

Color convert

RGB 187 211 219 -
CMYK 0.15 0.04 0 0.14
HSL 195º 0.31% 0.8% -
HSV(B) 195º 0.15% 0.86% -
XYZ 56.57 62.27 76.05 -
YUV 204.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 187 211 219 0.15 0.04 0 0.14 195 0.31 0.8
Hex BB D3 DB F 4 0 E C3 1F 50
Octal 273 323 333 17 4 0 16 303 37 120
Binary 10111011 11010011 11011011 1111 100 0 1110 11000011 11111 1010000

Color Harmonies of #BBD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3DB

Black with #BBD3DB

Text Example


Text Example

White with #BBD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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