#B0C5C1

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

Shades of Opal #B0C5C1

Tints of Opal #B0C5C1

Color information

#B0C5C1 (or 0xB0C5C1) is unknown color: approx Opal. HEX triplet: B0, C5 and C1. RGB value is (176,197,193). Sum of RGB (Red+Green+Blue) = 176+197+193=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5C1 is #4F3A3E. Grayscale: #BEBEBE. Windows color (decimal): -5192255 or 12699056. OLE color: 12699056.

HSL color Cylindrical-coordinate representation of color #B0C5C1: hue angle of 168.57º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C5C1 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB176197193-
CMYK0.1100.020.23
HSL168.57º15.33%73.14%-
HSV(B)168.57º10.66%77.25%-
XYZ47.553.0158.18-
YUV190.26129.54117.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 197 (77.34% from 255) = 34.81%
BLUE value IS 193 (75.78% from 255) = 34.10%
R=31.10%
G=34.81%
B=34.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971930.1100.020.23168.5715.3373.14
HexB0C5C1B0217a9f49
Octal26030530113022725117111
Binary1011000011000101110000011011010101111010100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5C1; }

 p { color: rgb(176,197,193); }

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

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

 a { background-color: rgb(176,197,193); }

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

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

 span { border-color: rgb(176,197,193); }

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