#B5C1BD

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

Shades of Opal #B5C1BD

Tints of Opal #B5C1BD

Color information

#B5C1BD (or 0xB5C1BD) is unknown color: approx Opal. HEX triplet: B5, C1 and BD. RGB value is (181,193,189). Sum of RGB (Red+Green+Blue) = 181+193+189=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C1BD is #4A3E42. Grayscale: #BCBCBC. Windows color (decimal): -4865603 or 12435893. OLE color: 12435893.

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

Color convert

RGB181193189-
CMYK0.0600.020.24
HSL160º8.82%73.33%-
HSV(B)160º6.22%75.69%-
XYZ47.3151.6455.62-
YUV188.96128.02122.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.15%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=32.15%
G=34.28%
B=33.57%

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
Decimal1811931890.0600.020.241608.8273.33
HexB5C1BD60218a0949
Octal2653012756023024011111
Binary101101011100000110111101110010110001010000010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C1BD; }

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

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

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

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

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

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

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

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