#B4C0BD

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

Shades of Opal #B4C0BD

Tints of Opal #B4C0BD

Color information

#B4C0BD (or 0xB4C0BD) is unknown color: approx Opal. HEX triplet: B4, C0 and BD. RGB value is (180,192,189). Sum of RGB (Red+Green+Blue) = 180+192+189=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0BD is #4B3F42. Grayscale: #BCBCBC. Windows color (decimal): -4931395 or 12435636. OLE color: 12435636.

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

Color convert

RGB180192189-
CMYK0.0600.020.25
HSL165º8.7%72.94%-
HSV(B)165º6.25%75.29%-
XYZ46.8651.0855.53-
YUV188.07128.52122.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=32.09%
G=34.22%
B=33.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921890.0600.020.251658.772.94
HexB4C0BD60219a5949
Octal2643002756023124511111
Binary101101001100000010111101110010110011010010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C0BD; }

 p { color: rgb(180,192,189); }

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

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

 a { background-color: rgb(180,192,189); }

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

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

 span { border-color: rgb(180,192,189); }

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