#B6C4BE

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

Shades of Tiara #B6C4BE

Tints of Tiara #B6C4BE

Color information

#B6C4BE (or 0xB6C4BE) is unknown color: approx Tiara. HEX triplet: B6, C4 and BE. RGB value is (182,196,190). Sum of RGB (Red+Green+Blue) = 182+196+190=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C4BE is #493B41. Grayscale: #BFBFBF. Windows color (decimal): -4799298 or 12502198. OLE color: 12502198.

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

Color convert

RGB182196190-
CMYK0.0700.030.23
HSL154.29º10.61%74.12%-
HSV(B)154.29º7.14%76.86%-
XYZ48.3353.1456.43-
YUV191.13127.36121.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=32.04%
G=34.51%
B=33.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961900.0700.030.23154.2910.6174.12
HexB6C4BE703179ab4a
Octal2663042767032723213112
Binary101101101100010010111110111011101111001101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C4BE; }

 p { color: rgb(182,196,190); }

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

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

 a { background-color: rgb(182,196,190); }

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

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

 span { border-color: rgb(182,196,190); }

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