#B2D4CD

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

Shades of Scandal #B2D4CD

Tints of Scandal #B2D4CD

Color information

#B2D4CD (or 0xB2D4CD) is unknown color: approx Scandal. HEX triplet: B2, D4 and CD. RGB value is (178,212,205). Sum of RGB (Red+Green+Blue) = 178+212+205=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D4CD is #4D2B32. Grayscale: #C9C9C9. Windows color (decimal): -5057331 or 13489330. OLE color: 13489330.

HSL color Cylindrical-coordinate representation of color #B2D4CD: hue angle of 167.65º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D4CD is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB178212205-
CMYK0.1600.030.17
HSL167.65º28.33%76.47%-
HSV(B)167.65º16.04%83.14%-
XYZ52.9260.9666.73-
YUV201.04130.24111.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.92%
GREEN value IS 212 (83.20% from 255) = 35.63%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=29.92%
G=35.63%
B=34.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1782122050.1600.030.17167.6528.3376.47
HexB2D4CD100311a81c4c
Octal26232431520032125034114
Binary101100101101010011001101100000111000110101000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D4CD; }

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

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

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

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

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

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

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

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