#B4C6BE

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

Shades of Tiara #B4C6BE

Tints of Tiara #B4C6BE

Color information

#B4C6BE (or 0xB4C6BE) is unknown color: approx Tiara. HEX triplet: B4, C6 and BE. RGB value is (180,198,190). Sum of RGB (Red+Green+Blue) = 180+198+190=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C6BE is #4B3941. Grayscale: #BFBFBF. Windows color (decimal): -4929858 or 12502708. OLE color: 12502708.

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

Color convert

RGB180198190-
CMYK0.0900.040.22
HSL153.33º13.64%74.12%-
HSV(B)153.33º9.09%77.65%-
XYZ48.3153.8156.56-
YUV191.71127.04119.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=31.69%
G=34.86%
B=33.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801981900.0900.040.22153.3313.6474.12
HexB4C6BE9041699e4a
Octal26430627611042623116112
Binary10110100110001101011111010010100101101001100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C6BE; }

 p { color: rgb(180,198,190); }

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

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

 a { background-color: rgb(180,198,190); }

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

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

 span { border-color: rgb(180,198,190); }

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