#B7C0BD

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

Shades of Tiara #B7C0BD

Tints of Tiara #B7C0BD

Color information

#B7C0BD (or 0xB7C0BD) is unknown color: approx Tiara. HEX triplet: B7, C0 and BD. RGB value is (183,192,189). Sum of RGB (Red+Green+Blue) = 183+192+189=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0BD is #483F42. Grayscale: #BCBCBC. Windows color (decimal): -4734787 or 12435639. OLE color: 12435639.

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

Color convert

RGB183192189-
CMYK0.0500.020.25
HSL160º6.67%73.53%-
HSV(B)160º4.69%75.29%-
XYZ47.5651.4455.57-
YUV188.97128.02123.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.45%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=32.45%
G=34.04%
B=33.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831921890.0500.020.251606.6773.53
HexB7C0BD50219a074a
Octal267300275502312407112
Binary10110111110000001011110110101011001101000001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C0BD; }

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

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

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

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

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

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

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

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