#B7C3C0

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

Shades of Opal #B7C3C0

Tints of Opal #B7C3C0

Color information

#B7C3C0 (or 0xB7C3C0) is unknown color: approx Opal. HEX triplet: B7, C3 and C0. RGB value is (183,195,192). Sum of RGB (Red+Green+Blue) = 183+195+192=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3C0 is #483C3F. Grayscale: #BFBFBF. Windows color (decimal): -4734016 or 12633015. OLE color: 12633015.

HSL color Cylindrical-coordinate representation of color #B7C3C0: hue angle of 165º degrees, saturation: 0.09, 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 #B7C3C0 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB183195192-
CMYK0.0600.020.24
HSL165º9.09%74.12%-
HSV(B)165º6.15%76.47%-
XYZ48.5652.957.52-
YUV191.07128.52122.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=32.11%
G=34.21%
B=33.68%

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
Decimal1831951920.0600.020.241659.0974.12
HexB7C3C060218a594a
Octal2673033006023024511112
Binary101101111100001111000000110010110001010010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C3C0; }

 p { color: rgb(183,195,192); }

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

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

 a { background-color: rgb(183,195,192); }

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

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

 span { border-color: rgb(183,195,192); }

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