#B6C0BD

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

Shades of Opal #B6C0BD

Tints of Opal #B6C0BD

Color information

#B6C0BD (or 0xB6C0BD) is unknown color: approx Opal. HEX triplet: B6, C0 and BD. RGB value is (182,192,189). Sum of RGB (Red+Green+Blue) = 182+192+189=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0BD is #493F42. Grayscale: #BCBCBC. Windows color (decimal): -4800323 or 12435638. OLE color: 12435638.

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

Color convert

RGB182192189-
CMYK0.0500.020.25
HSL162º7.35%73.33%-
HSV(B)162º5.21%75.29%-
XYZ47.3351.3255.56-
YUV188.67128.19123.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.33%
GREEN value IS 192 (75.39% from 255) = 34.10%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=32.33%
G=34.10%
B=33.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821921890.0500.020.251627.3573.33
HexB6C0BD50219a2749
Octal266300275502312427111
Binary10110110110000001011110110101011001101000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C0BD; }

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

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

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

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

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

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

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

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