#B3C1BD

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

Shades of Opal #B3C1BD

Tints of Opal #B3C1BD

Color information

#B3C1BD (or 0xB3C1BD) is unknown color: approx Opal. HEX triplet: B3, C1 and BD. RGB value is (179,193,189). Sum of RGB (Red+Green+Blue) = 179+193+189=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C1BD is #4C3E42. Grayscale: #BCBCBC. Windows color (decimal): -4996675 or 12435891. OLE color: 12435891.

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

Color convert

RGB179193189-
CMYK0.0700.020.24
HSL162.86º10.14%72.94%-
HSV(B)162.86º7.25%75.69%-
XYZ46.8551.455.6-
YUV188.36128.36121.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=31.91%
G=34.40%
B=33.69%

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
Decimal1791931890.0700.020.24162.8610.1472.94
HexB3C1BD70218a3a49
Octal2633012757023024312111
Binary101100111100000110111101111010110001010001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C1BD; }

 p { color: rgb(179,193,189); }

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

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

 a { background-color: rgb(179,193,189); }

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

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

 span { border-color: rgb(179,193,189); }

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