#BBDCDD

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

Shades of Powder Blue #BBDCDD

Tints of Powder Blue #BBDCDD

Color information

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

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

Color convert

RGB187220221-
CMYK0.150.0000.13
HSL181.76º33.33%80%-
HSV(B)181.76º15.38%86.67%-
XYZ59.1466.9778.22-
YUV210.25134.07111.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872202210.150.0000.13181.7633.3380
HexBBDCDDF00Db62150
Octal27333433517001526641120
Binary1011101111011100110111011111001101101101101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCDD; }

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

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

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

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

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

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

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

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