#B7C3BE

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

Shades of Tiara #B7C3BE

Tints of Tiara #B7C3BE

Color information

#B7C3BE (or 0xB7C3BE) is unknown color: approx Tiara. HEX triplet: B7, C3 and BE. RGB value is (183,195,190). Sum of RGB (Red+Green+Blue) = 183+195+190=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3BE is #483C41. Grayscale: #BEBEBE. Windows color (decimal): -4734018 or 12501943. OLE color: 12501943.

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

Color convert

RGB183195190-
CMYK0.0600.030.24
HSL155º9.09%74.12%-
HSV(B)155º6.15%76.47%-
XYZ48.3452.8256.36-
YUV190.84127.52122.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.22%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=32.22%
G=34.33%
B=33.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951900.0600.030.241559.0974.12
HexB7C3BE603189b94a
Octal2673032766033023311112
Binary101101111100001110111110110011110001001101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C3BE; }

 p { color: rgb(183,195,190); }

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

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

 a { background-color: rgb(183,195,190); }

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

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

 span { border-color: rgb(183,195,190); }

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