Html Css Color HEX #BBD4DC Light Blue

📋 copy color: '#BBD4DC'

red 187 ◦ green 212 ◦ blue 220

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

Shades of Light Blue #BBD4DC

Tints of Light Blue #BBD4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.25%

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 30.21%
G = 34.25%
B = 35.54%

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

#BBD4DC (or 0xBBD4DC) is known color: Light Blue. HEX triplet: BB, D4 and DC. RGB value is (187,212,220). Sum of RGB (Red+Green+Blue) = 187+212+220=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4DC is #442B23. Grayscale: #CDCDCD. Windows color (decimal): -4467492 or 14472379. OLE color: 14472379.

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

Color convert

RGB 187 212 220 -
CMYK 0.15 0.04 0 0.14
HSL 194.55º 0.32% 0.8% -
HSV(B) 194.55º 0.15% 0.86% -
XYZ 56.96 62.82 76.83 -
YUV 205.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 187 212 220 0.15 0.04 0 0.14 194.55 0.32 0.8
Hex BB D4 DC F 4 0 E C3 20 50
Octal 273 324 334 17 4 0 16 303 40 120
Binary 10111011 11010100 11011100 1111 100 0 1110 11000011 100000 1010000

Color Harmonies of #BBD4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4DC

Black with #BBD4DC

Text Example


Text Example

White with #BBD4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4DC; }

 p { color: rgb(187,212,220); }

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

background-color css

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

 a { background-color: rgb(187,212,220); }

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

border-color css

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

 span { border-color: rgb(187,212,220); }

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