Html Css Color HEX #BBD6DC Light Blue

📋 copy color: '#BBD6DC'

red 187 ◦ green 214 ◦ blue 220

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

Shades of Light Blue #BBD6DC

Tints of Light Blue #BBD6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.46%

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

R = 30.11%
G = 34.46%
B = 35.43%

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

#BBD6DC (or 0xBBD6DC) is known color: Light Blue. HEX triplet: BB, D6 and DC. RGB value is (187,214,220). Sum of RGB (Red+Green+Blue) = 187+214+220=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6DC is #442923. Grayscale: #CECECE. Windows color (decimal): -4466980 or 14472891. OLE color: 14472891.

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

Color convert

RGB 187 214 220 -
CMYK 0.15 0.03 0 0.14
HSL 190.91º 0.32% 0.8% -
HSV(B) 190.91º 0.15% 0.86% -
XYZ 57.46 63.83 77 -
YUV 206.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 187 214 220 0.15 0.03 0 0.14 190.91 0.32 0.8
Hex BB D6 DC F 3 0 E BF 20 50
Octal 273 326 334 17 3 0 16 277 40 120
Binary 10111011 11010110 11011100 1111 11 0 1110 10111111 100000 1010000

Color Harmonies of #BBD6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6DC

Black with #BBD6DC

Text Example


Text Example

White with #BBD6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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