#BBD7DC

Color #BBD7DC Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #BBD7DC

Tints of Powder Blue #BBD7DC

Color information

#BBD7DC (or 0xBBD7DC) is unknown color: approx Powder Blue. HEX triplet: BB, D7 and DC. RGB value is (187,215,220). Sum of RGB (Red+Green+Blue) = 187+215+220=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7DC is #442823. Grayscale: #CFCFCF. Windows color (decimal): -4466724 or 14473147. OLE color: 14473147.

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

Color convert

RGB187215220-
CMYK0.150.0200.14
HSL189.09º32.04%79.8%-
HSV(B)189.09º15%86.27%-
XYZ57.7164.3377.09-
YUV207.2135.22113.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 215 (84.38% from 255) = 34.57%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=30.06%
G=34.57%
B=35.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872152200.150.0200.14189.0932.0479.8
HexBBD7DCF20Ebd2050
Octal27332733417201627540120
Binary10111011110101111101110011111001110101111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7DC; }

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

 H1.HeaderClassName
 {
   color: #BBD7DC;
 }
 .AnyTagClassName
 {
   color: #BBD7DC;
 }
</style>
background-color css

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

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

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

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

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

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