#BBDADC

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

Shades of Powder Blue #BBDADC

Tints of Powder Blue #BBDADC

Color information

#BBDADC (or 0xBBDADC) is unknown color: approx Powder Blue. HEX triplet: BB, DA and DC. RGB value is (187,218,220). Sum of RGB (Red+Green+Blue) = 187+218+220=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBDADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDADC is #442523. Grayscale: #D0D0D0. Windows color (decimal): -4465956 or 14473915. OLE color: 14473915.

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

Color convert

RGB187218220-
CMYK0.150.0100.14
HSL183.64º32.04%79.8%-
HSV(B)183.64º15%86.27%-
XYZ58.4865.8777.34-
YUV208.96134.23112.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=29.92%
G=34.88%
B=35.2%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872182200.150.0100.14183.6432.0479.8
HexBBDADCF10Eb82050
Octal27333233417101627040120
Binary1011101111011010110111001111101110101110001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDADC; }

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

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

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

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

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

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

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

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