#B5C2BF

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

Shades of Opal #B5C2BF

Tints of Opal #B5C2BF

Color information

#B5C2BF (or 0xB5C2BF) is unknown color: approx Opal. HEX triplet: B5, C2 and BF. RGB value is (181,194,191). Sum of RGB (Red+Green+Blue) = 181+194+191=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C2BF is #4A3D40. Grayscale: #BDBDBD. Windows color (decimal): -4865345 or 12567221. OLE color: 12567221.

HSL color Cylindrical-coordinate representation of color #B5C2BF: hue angle of 166.15º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5C2BF is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB181194191-
CMYK0.0700.020.24
HSL166.15º9.63%73.53%-
HSV(B)166.15º6.7%76.08%-
XYZ47.7552.1756.84-
YUV189.77128.69121.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.98%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 191 (75% from 255) = 33.75%
R=31.98%
G=34.28%
B=33.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811941910.0700.020.24166.159.6373.53
HexB5C2BF70218a6a4a
Octal2653022777023024612112
Binary101101011100001010111111111010110001010011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C2BF; }

 p { color: rgb(181,194,191); }

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

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

 a { background-color: rgb(181,194,191); }

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

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

 span { border-color: rgb(181,194,191); }

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