#B2DADA

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

Shades of Powder Blue #B2DADA

Tints of Powder Blue #B2DADA

Color information

#B2DADA (or 0xB2DADA) is unknown color: approx Powder Blue. HEX triplet: B2, DA and DA. RGB value is (178,218,218). Sum of RGB (Red+Green+Blue) = 178+218+218=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #B2DADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DADA is #4D2525. Grayscale: #CECECE. Windows color (decimal): -5055782 or 14342834. OLE color: 14342834.

HSL color Cylindrical-coordinate representation of color #B2DADA: hue angle of 180º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DADA is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178218218-
CMYK0.18000.15
HSL180º35.09%77.65%-
HSV(B)180º18.35%85.49%-
XYZ56.0964.6775.86-
YUV206.04134.75108-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.99%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=28.99%
G=35.50%
B=35.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782182180.18000.1518035.0977.65
HexB2DADA1200Fb4234e
Octal26233233222001726443116
Binary10110010110110101101101010010001111101101001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DADA; }

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

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

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

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

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

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

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

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