#B2DAD4

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

Shades of Scandal #B2DAD4

Tints of Scandal #B2DAD4

Color information

#B2DAD4 (or 0xB2DAD4) is unknown color: approx Scandal. HEX triplet: B2, DA and D4. RGB value is (178,218,212). Sum of RGB (Red+Green+Blue) = 178+218+212=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAD4 is #4D252B. Grayscale: #CDCDCD. Windows color (decimal): -5055788 or 13949618. OLE color: 13949618.

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

Color convert

RGB178218212-
CMYK0.1800.030.15
HSL171º35.09%77.65%-
HSV(B)171º18.35%85.49%-
XYZ55.3264.3671.79-
YUV205.36131.75108.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.28%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=29.28%
G=35.86%
B=34.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782182120.1800.030.1517135.0977.65
HexB2DAD41203Fab234e
Octal26233232422031725343116
Binary101100101101101011010100100100111111101010111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DAD4; }

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

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

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

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

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

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

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

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