#BBDDDC

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

Shades of Powder Blue #BBDDDC

Tints of Powder Blue #BBDDDC

Color information

#BBDDDC (or 0xBBDDDC) is unknown color: approx Powder Blue. HEX triplet: BB, DD and DC. RGB value is (187,221,220). Sum of RGB (Red+Green+Blue) = 187+221+220=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDDC is #442223. Grayscale: #D2D2D2. Windows color (decimal): -4465188 or 14474683. OLE color: 14474683.

HSL color Cylindrical-coordinate representation of color #BBDDDC: hue angle of 178.24º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDDC is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB187221220-
CMYK0.1500.000.13
HSL178.24º33.33%80%-
HSV(B)178.24º15.38%86.67%-
XYZ59.2767.4577.6-
YUV210.72133.24111.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=29.78%
G=35.19%
B=35.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872212200.1500.000.13178.2433.3380
HexBBDDDCF00Db22150
Octal27333533417001526241120
Binary1011101111011101110111001111001101101100101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDDC; }

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

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

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

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

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

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

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

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