#B2DADB

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

Shades of Powder Blue #B2DADB

Tints of Powder Blue #B2DADB

Color information

#B2DADB (or 0xB2DADB) is unknown color: approx Powder Blue. HEX triplet: B2, DA and DB. RGB value is (178,218,219). Sum of RGB (Red+Green+Blue) = 178+218+219=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DADB is #4D2524. Grayscale: #CECECE. Windows color (decimal): -5055781 or 14408370. OLE color: 14408370.

HSL color Cylindrical-coordinate representation of color #B2DADB: hue angle of 181.46º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DADB is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178218219-
CMYK0.190.0000.14
HSL181.46º36.28%77.84%-
HSV(B)181.46º18.72%85.88%-
XYZ56.2264.7276.55-
YUV206.15135.25107.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.94%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=28.94%
G=35.45%
B=35.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782182190.190.0000.14181.4636.2877.84
HexB2DADB1300Eb5244e
Octal26233233323001626544116
Binary10110010110110101101101110011001110101101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DADB; }

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

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

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

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

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

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

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

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