#B6C3BF

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

Shades of Opal #B6C3BF

Tints of Opal #B6C3BF

Color information

#B6C3BF (or 0xB6C3BF) is unknown color: approx Opal. HEX triplet: B6, C3 and BF. RGB value is (182,195,191). Sum of RGB (Red+Green+Blue) = 182+195+191=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C3BF is #493C40. Grayscale: #BEBEBE. Windows color (decimal): -4799553 or 12567478. OLE color: 12567478.

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

Color convert

RGB182195191-
CMYK0.0700.020.24
HSL161.54º9.77%73.92%-
HSV(B)161.54º6.67%76.47%-
XYZ48.2152.7456.93-
YUV190.66128.19121.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 191 (75% from 255) = 33.63%
R=32.04%
G=34.33%
B=33.63%

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
Decimal1821951910.0700.020.24161.549.7773.92
HexB6C3BF70218a2a4a
Octal2663032777023024212112
Binary101101101100001110111111111010110001010001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C3BF; }

 p { color: rgb(182,195,191); }

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

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

 a { background-color: rgb(182,195,191); }

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

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

 span { border-color: rgb(182,195,191); }

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