#BBDCDF

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

Shades of Powder Blue #BBDCDF

Tints of Powder Blue #BBDCDF

Color information

#BBDCDF (or 0xBBDCDF) is unknown color: approx Powder Blue. HEX triplet: BB, DC and DF. RGB value is (187,220,223). Sum of RGB (Red+Green+Blue) = 187+220+223=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCDF is #442320. Grayscale: #D2D2D2. Windows color (decimal): -4465441 or 14671035. OLE color: 14671035.

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

Color convert

RGB187220223-
CMYK0.160.0100.13
HSL185º36%80.39%-
HSV(B)185º16.14%87.45%-
XYZ59.4167.0879.63-
YUV210.48135.07111.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=29.68%
G=34.92%
B=35.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872202230.160.0100.131853680.39
HexBBDCDF1010Db92450
Octal27333433720101527144120
Binary10111011110111001101111110000101101101110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCDF; }

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

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

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

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

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

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

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

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