#B4C1BC

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

Shades of Tiara #B4C1BC

Tints of Tiara #B4C1BC

Color information

#B4C1BC (or 0xB4C1BC) is unknown color: approx Tiara. HEX triplet: B4, C1 and BC. RGB value is (180,193,188). Sum of RGB (Red+Green+Blue) = 180+193+188=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1BC is #4B3E43. Grayscale: #BCBCBC. Windows color (decimal): -4931140 or 12370356. OLE color: 12370356.

HSL color Cylindrical-coordinate representation of color #B4C1BC: hue angle of 156.92º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4C1BC is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB180193188-
CMYK0.0700.030.24
HSL156.92º9.49%73.14%-
HSV(B)156.92º6.74%75.69%-
XYZ46.9751.4755.04-
YUV188.54127.69121.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=32.09%
G=34.40%
B=33.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931880.0700.030.24156.929.4973.14
HexB4C1BC703189d949
Octal2643012747033023511111
Binary101101001100000110111100111011110001001110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1BC; }

 p { color: rgb(180,193,188); }

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

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

 a { background-color: rgb(180,193,188); }

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

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

 span { border-color: rgb(180,193,188); }

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