Html Css Color HEX #BBD2DC Light Blue

📋 copy color: '#BBD2DC'

red 187 ◦ green 210 ◦ blue 220

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

Shades of Light Blue #BBD2DC

Tints of Light Blue #BBD2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.04%

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

R = 30.31%
G = 34.04%
B = 35.66%

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

#BBD2DC (or 0xBBD2DC) is known color: Light Blue. HEX triplet: BB, D2 and DC. RGB value is (187,210,220). Sum of RGB (Red+Green+Blue) = 187+210+220=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBD2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2DC is #442D23. Grayscale: #CCCCCC. Windows color (decimal): -4468004 or 14471867. OLE color: 14471867.

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

Color convert

RGB 187 210 220 -
CMYK 0.15 0.05 0 0.14
HSL 198.18º 0.32% 0.8% -
HSV(B) 198.18º 0.15% 0.86% -
XYZ 56.46 61.83 76.67 -
YUV 204.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 187 210 220 0.15 0.05 0 0.14 198.18 0.32 0.8
Hex BB D2 DC F 5 0 E C6 20 50
Octal 273 322 334 17 5 0 16 306 40 120
Binary 10111011 11010010 11011100 1111 101 0 1110 11000110 100000 1010000

Color Harmonies of #BBD2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2DC

Black with #BBD2DC

Text Example


Text Example

White with #BBD2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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