#BBDADB

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

Shades of Powder Blue #BBDADB

Tints of Powder Blue #BBDADB

Color information

#BBDADB (or 0xBBDADB) is unknown color: approx Powder Blue. HEX triplet: BB, DA and DB. RGB value is (187,218,219). Sum of RGB (Red+Green+Blue) = 187+218+219=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDADB is #442524. Grayscale: #D0D0D0. Windows color (decimal): -4465957 or 14408379. OLE color: 14408379.

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

Color convert

RGB187218219-
CMYK0.150.0000.14
HSL181.88º30.77%79.61%-
HSV(B)181.88º14.61%85.88%-
XYZ58.3565.8276.65-
YUV208.84133.73112.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=29.97%
G=34.94%
B=35.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872182190.150.0000.14181.8830.7779.61
HexBBDADBF00Eb61f50
Octal27333233317001626637120
Binary101110111101101011011011111100111010110110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDADB; }

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

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

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

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

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

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

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

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