#BFC7C3

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

Shades of Tiara #BFC7C3

Tints of Tiara #BFC7C3

Color information

#BFC7C3 (or 0xBFC7C3) is unknown color: approx Tiara. HEX triplet: BF, C7 and C3. RGB value is (191,199,195). Sum of RGB (Red+Green+Blue) = 191+199+195=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7C3 is #40383C. Grayscale: #C4C4C4. Windows color (decimal): -4208701 or 12830655. OLE color: 12830655.

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

Color convert

RGB191199195-
CMYK0.0400.020.22
HSL150º6.67%76.47%-
HSV(B)150º4.02%78.04%-
XYZ51.7655.8659.68-
YUV196.15127.35124.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 199 (78.12% from 255) = 34.02%
BLUE value IS 195 (76.56% from 255) = 33.33%
R=32.65%
G=34.02%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991950.0400.020.221506.6776.47
HexBFC7C3402169674c
Octal277307303402262267114
Binary10111111110001111100001110001010110100101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7C3; }

 p { color: rgb(191,199,195); }

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

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

 a { background-color: rgb(191,199,195); }

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

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

 span { border-color: rgb(191,199,195); }

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