#B6C5C1

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

Shades of Opal #B6C5C1

Tints of Opal #B6C5C1

Color information

#B6C5C1 (or 0xB6C5C1) is unknown color: approx Opal. HEX triplet: B6, C5 and C1. RGB value is (182,197,193). Sum of RGB (Red+Green+Blue) = 182+197+193=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C5C1 is #493A3E. Grayscale: #C0C0C0. Windows color (decimal): -4799039 or 12699062. OLE color: 12699062.

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

Color convert

RGB182197193-
CMYK0.0800.020.23
HSL164º11.45%74.31%-
HSV(B)164º7.61%77.25%-
XYZ48.8853.7358.25-
YUV192.06128.53120.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=31.82%
G=34.44%
B=33.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821971930.0800.020.2316411.4574.31
HexB6C5C180217a4b4a
Octal26630530110022724413112
Binary1011011011000101110000011000010101111010010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C5C1; }

 p { color: rgb(182,197,193); }

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

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

 a { background-color: rgb(182,197,193); }

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

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

 span { border-color: rgb(182,197,193); }

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