#BFC9C4

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

Shades of Tiara #BFC9C4

Tints of Tiara #BFC9C4

Color information

#BFC9C4 (or 0xBFC9C4) is unknown color: approx Tiara. HEX triplet: BF, C9 and C4. RGB value is (191,201,196). Sum of RGB (Red+Green+Blue) = 191+201+196=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9C4 is #40363B. Grayscale: #C5C5C5. Windows color (decimal): -4208188 or 12896703. OLE color: 12896703.

HSL color Cylindrical-coordinate representation of color #BFC9C4: hue angle of 150º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC9C4 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB191201196-
CMYK0.0500.020.21
HSL150º8.47%76.86%-
HSV(B)150º4.98%78.82%-
XYZ52.3456.8460.44-
YUV197.44127.19123.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 201 (78.91% from 255) = 34.18%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=32.48%
G=34.18%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011960.0500.020.211508.4776.86
HexBFC9C4502159684d
Octal2773113045022522610115
Binary101111111100100111000100101010101011001011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9C4; }

 p { color: rgb(191,201,196); }

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

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

 a { background-color: rgb(191,201,196); }

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

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

 span { border-color: rgb(191,201,196); }

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