#B3C5BE

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

Shades of Tiara #B3C5BE

Tints of Tiara #B3C5BE

Color information

#B3C5BE (or 0xB3C5BE) is unknown color: approx Tiara. HEX triplet: B3, C5 and BE. RGB value is (179,197,190). Sum of RGB (Red+Green+Blue) = 179+197+190=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C5BE is #4C3A41. Grayscale: #BEBEBE. Windows color (decimal): -4995650 or 12502451. OLE color: 12502451.

HSL color Cylindrical-coordinate representation of color #B3C5BE: hue angle of 156.67º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3C5BE is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB179197190-
CMYK0.0900.040.23
HSL156.67º13.43%73.73%-
HSV(B)156.67º9.14%77.25%-
XYZ47.8553.2356.47-
YUV190.82127.54119.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 197 (77.34% from 255) = 34.81%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=31.63%
G=34.81%
B=33.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971900.0900.040.23156.6713.4373.73
HexB3C5BE904179dd4a
Octal26330527611042723515112
Binary10110011110001011011111010010100101111001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C5BE; }

 p { color: rgb(179,197,190); }

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

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

 a { background-color: rgb(179,197,190); }

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

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

 span { border-color: rgb(179,197,190); }

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