#B2C4BE

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

Shades of Opal #B2C4BE

Tints of Opal #B2C4BE

Color information

#B2C4BE (or 0xB2C4BE) is unknown color: approx Opal. HEX triplet: B2, C4 and BE. RGB value is (178,196,190). Sum of RGB (Red+Green+Blue) = 178+196+190=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4BE is #4D3B41. Grayscale: #BDBDBD. Windows color (decimal): -5061442 or 12502194. OLE color: 12502194.

HSL color Cylindrical-coordinate representation of color #B2C4BE: hue angle of 160º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C4BE is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB178196190-
CMYK0.0900.030.23
HSL160º13.24%73.33%-
HSV(B)160º9.18%76.86%-
XYZ47.3952.6656.38-
YUV189.93128.04119.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 196 (76.95% from 255) = 34.75%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=31.56%
G=34.75%
B=33.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961900.0900.030.2316013.2473.33
HexB2C4BE90317a0d49
Octal26230427611032724015111
Binary1011001011000100101111101001011101111010000011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C4BE; }

 p { color: rgb(178,196,190); }

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

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

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

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

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

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

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