#B4C8C0

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

Shades of Tiara #B4C8C0

Tints of Tiara #B4C8C0

Color information

#B4C8C0 (or 0xB4C8C0) is unknown color: approx Tiara. HEX triplet: B4, C8 and C0. RGB value is (180,200,192). Sum of RGB (Red+Green+Blue) = 180+200+192=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8C0 is #4B373F. Grayscale: #C1C1C1. Windows color (decimal): -4929344 or 12634292. OLE color: 12634292.

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

Color convert

RGB180200192-
CMYK0.100.040.22
HSL156º15.38%74.51%-
HSV(B)156º10%78.43%-
XYZ48.9954.8257.87-
YUV193.11127.37118.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 200 (78.52% from 255) = 34.97%
BLUE value IS 192 (75.39% from 255) = 33.57%
R=31.47%
G=34.97%
B=33.57%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1802001920.100.040.2215615.3874.51
HexB4C8C0A04169cf4b
Octal26431030012042623417113
Binary10110100110010001100000010100100101101001110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C8C0; }

 p { color: rgb(180,200,192); }

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

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

 a { background-color: rgb(180,200,192); }

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

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

 span { border-color: rgb(180,200,192); }

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