#B3C7BE

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

Shades of Tiara #B3C7BE

Tints of Tiara #B3C7BE

Color information

#B3C7BE (or 0xB3C7BE) is unknown color: approx Tiara. HEX triplet: B3, C7 and BE. RGB value is (179,199,190). Sum of RGB (Red+Green+Blue) = 179+199+190=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7BE is #4C3841. Grayscale: #C0C0C0. Windows color (decimal): -4995138 or 12502963. OLE color: 12502963.

HSL color Cylindrical-coordinate representation of color #B3C7BE: hue angle of 153º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C7BE is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB179199190-
CMYK0.1000.050.22
HSL153º15.15%74.12%-
HSV(B)153º10.05%78.04%-
XYZ48.3154.1556.62-
YUV191.99126.87118.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 199 (78.12% from 255) = 35.04%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=31.51%
G=35.04%
B=33.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791991900.1000.050.2215315.1574.12
HexB3C7BEA051699f4a
Octal26330727612052623117112
Binary10110011110001111011111010100101101101001100111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C7BE; }

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

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

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

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

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

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

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

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