#BBD4D8

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

Shades of Powder Blue #BBD4D8

Tints of Powder Blue #BBD4D8

Color information

#BBD4D8 (or 0xBBD4D8) is unknown color: approx Powder Blue. HEX triplet: BB, D4 and D8. RGB value is (187,212,216). Sum of RGB (Red+Green+Blue) = 187+212+216=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBD4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4D8 is #442B27. Grayscale: #CCCCCC. Windows color (decimal): -4467496 or 14210235. OLE color: 14210235.

HSL color Cylindrical-coordinate representation of color #BBD4D8: hue angle of 188.28º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD4D8 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187212216-
CMYK0.130.0200.15
HSL188.28º27.1%79.02%-
HSV(B)188.28º13.43%84.71%-
XYZ56.4362.6174.08-
YUV204.98134.22115.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 216 (84.77% from 255) = 35.12%
R=30.41%
G=34.47%
B=35.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872122160.130.0200.15188.2827.179.02
HexBBD4D8D20Fbc1b4f
Octal27332433015201727433117
Binary1011101111010100110110001101100111110111100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4D8; }

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

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

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

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

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

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

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

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