#B8C0BD

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

Shades of Tiara #B8C0BD

Tints of Tiara #B8C0BD

Color information

#B8C0BD (or 0xB8C0BD) is unknown color: approx Tiara. HEX triplet: B8, C0 and BD. RGB value is (184,192,189). Sum of RGB (Red+Green+Blue) = 184+192+189=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C0BD is #473F42. Grayscale: #BDBDBD. Windows color (decimal): -4669251 or 12435640. OLE color: 12435640.

HSL color Cylindrical-coordinate representation of color #B8C0BD: hue angle of 157.5º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8C0BD is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB184192189-
CMYK0.0400.020.25
HSL157.5º5.97%73.73%-
HSV(B)157.5º4.17%75.29%-
XYZ47.851.5655.58-
YUV189.27127.85124.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=32.57%
G=33.98%
B=33.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841921890.0400.020.25157.55.9773.73
HexB8C0BD402199d64a
Octal270300275402312356112
Binary10111000110000001011110110001011001100111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C0BD; }

 p { color: rgb(184,192,189); }

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

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

 a { background-color: rgb(184,192,189); }

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

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

 span { border-color: rgb(184,192,189); }

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