#B7C2BF

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

Shades of Opal #B7C2BF

Tints of Opal #B7C2BF

Color information

#B7C2BF (or 0xB7C2BF) is unknown color: approx Opal. HEX triplet: B7, C2 and BF. RGB value is (183,194,191). Sum of RGB (Red+Green+Blue) = 183+194+191=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C2BF is #483D40. Grayscale: #BEBEBE. Windows color (decimal): -4734273 or 12567223. OLE color: 12567223.

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

Color convert

RGB183194191-
CMYK0.0600.020.24
HSL163.64º8.27%73.92%-
HSV(B)163.64º5.67%76.08%-
XYZ48.2252.4156.87-
YUV190.37128.36122.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.22%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 191 (75% from 255) = 33.63%
R=32.22%
G=34.15%
B=33.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831941910.0600.020.24163.648.2773.92
HexB7C2BF60218a484a
Octal2673022776023024410112
Binary101101111100001010111111110010110001010010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C2BF; }

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

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

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

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

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

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

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

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