#B3C6BF

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

Shades of Tiara #B3C6BF

Tints of Tiara #B3C6BF

Color information

#B3C6BF (or 0xB3C6BF) is unknown color: approx Tiara. HEX triplet: B3, C6 and BF. RGB value is (179,198,191). Sum of RGB (Red+Green+Blue) = 179+198+191=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C6BF is #4C3940. Grayscale: #BFBFBF. Windows color (decimal): -4995393 or 12568243. OLE color: 12568243.

HSL color Cylindrical-coordinate representation of color #B3C6BF: hue angle of 157.89º degrees, saturation: 0.14, 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 #B3C6BF is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB179198191-
CMYK0.1000.040.22
HSL157.89º14.29%73.92%-
HSV(B)157.89º9.6%77.65%-
XYZ48.1953.7357.12-
YUV191.52127.71119.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 191 (75% from 255) = 33.63%
R=31.51%
G=34.86%
B=33.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791981910.1000.040.22157.8914.2973.92
HexB3C6BFA04169ee4a
Octal26330627712042623616112
Binary10110011110001101011111110100100101101001111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C6BF; }

 p { color: rgb(179,198,191); }

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

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

 a { background-color: rgb(179,198,191); }

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

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

 span { border-color: rgb(179,198,191); }

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