Html Css Color HEX #BFA5CE Perfume

📋 copy color: '#BFA5CE'

red 191 ◦ green 165 ◦ blue 206

#BFA5CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BFA5CE

Tints of Perfume #BFA5CE

RGB

 RED value IS 191 (75% from 255) = 33.99%

 GREEN value IS 165 (64.84% from 255) = 29.36%

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 33.99%
G = 29.36%
B = 36.65%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BFA5CE (or 0xBFA5CE) is known color: Perfume. HEX triplet: BF, A5 and CE. RGB value is (191,165,206). Sum of RGB (Red+Green+Blue) = 191+165+206=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5CE is #405A31. Grayscale: #B1B1B1. Windows color (decimal): -4217394 or 13542847. OLE color: 13542847.

HSL color Cylindrical-coordinate representation of color #BFA5CE: hue angle of 278.05º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA5CE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 165 206 -
CMYK 0.07 0.20 0 0.19
HSL 278.05º 0.29% 0.73% -
HSV(B) 278.05º 0.2% 0.81% -
XYZ 46.08 42.44 64.16 -
YUV 177.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 191 165 206 0.07 0.20 0 0.19 278.05 0.29 0.73
Hex BF A5 CE 7 14 0 13 116 1D 49
Octal 277 245 316 7 24 0 23 426 35 111
Binary 10111111 10100101 11001110 111 10100 0 10011 100010110 11101 1001001

Color Harmonies of #BFA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5CE

Black with #BFA5CE

Text Example


Text Example

White with #BFA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5CE; }

 p { color: rgb(191,165,206); }

 H1.HeaderClassName
 {
   color: #BFA5CE;
 }
 .AnyTagClassName
 {
   color: #BFA5CE;
 }
</style>

background-color css

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

 a { background-color: rgb(191,165,206); }

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

border-color css

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

 span { border-color: rgb(191,165,206); }

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