#B2CFCA

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

Shades of Scandal #B2CFCA

Tints of Scandal #B2CFCA

Color information

#B2CFCA (or 0xB2CFCA) is unknown color: approx Scandal. HEX triplet: B2, CF and CA. RGB value is (178,207,202). Sum of RGB (Red+Green+Blue) = 178+207+202=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFCA is #4D3035. Grayscale: #C5C5C5. Windows color (decimal): -5058614 or 13291442. OLE color: 13291442.

HSL color Cylindrical-coordinate representation of color #B2CFCA: hue angle of 169.66º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CFCA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB178207202-
CMYK0.1400.020.19
HSL169.66º23.2%75.49%-
HSV(B)169.66º14.01%81.18%-
XYZ51.3358.3564.44-
YUV197.76130.39113.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.32%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=30.32%
G=35.26%
B=34.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782072020.1400.020.19169.6623.275.49
HexB2CFCAE0213aa174b
Octal26231731216022325227113
Binary10110010110011111100101011100101001110101010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CFCA; }

 p { color: rgb(178,207,202); }

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

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

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

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

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

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

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