#B2C3BE

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

Shades of Opal #B2C3BE

Tints of Opal #B2C3BE

Color information

#B2C3BE (or 0xB2C3BE) is unknown color: approx Opal. HEX triplet: B2, C3 and BE. RGB value is (178,195,190). Sum of RGB (Red+Green+Blue) = 178+195+190=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C3BE is #4D3C41. Grayscale: #BDBDBD. Windows color (decimal): -5061698 or 12501938. OLE color: 12501938.

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

Color convert

RGB178195190-
CMYK0.0900.030.24
HSL162.35º12.41%73.14%-
HSV(B)162.35º8.72%76.47%-
XYZ47.1752.2156.31-
YUV189.35128.37119.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.62%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=31.62%
G=34.64%
B=33.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951900.0900.030.24162.3512.4173.14
HexB2C3BE90318a2c49
Octal26230327611033024214111
Binary1011001011000011101111101001011110001010001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C3BE; }

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

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

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

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

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

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

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

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