#B2C3BF

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

Shades of Opal #B2C3BF

Tints of Opal #B2C3BF

Color information

#B2C3BF (or 0xB2C3BF) is unknown color: approx Opal. HEX triplet: B2, C3 and BF. RGB value is (178,195,191). Sum of RGB (Red+Green+Blue) = 178+195+191=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C3BF is #4D3C40. Grayscale: #BDBDBD. Windows color (decimal): -5061697 or 12567474. OLE color: 12567474.

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

Color convert

RGB178195191-
CMYK0.0900.020.24
HSL165.88º12.41%73.14%-
HSV(B)165.88º8.72%76.47%-
XYZ47.2852.2656.88-
YUV189.46128.87119.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 195 (76.56% from 255) = 34.57%
BLUE value IS 191 (75% from 255) = 33.87%
R=31.56%
G=34.57%
B=33.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951910.0900.020.24165.8812.4173.14
HexB2C3BF90218a6c49
Octal26230327711023024614111
Binary1011001011000011101111111001010110001010011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C3BF; }

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

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

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

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

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

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

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

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