Html Css Color HEX #BFA5D4 Perfume

📋 copy color: '#BFA5D4'

red 191 ◦ green 165 ◦ blue 212

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

Shades of Perfume #BFA5D4

Tints of Perfume #BFA5D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.32%

R = 33.63%
G = 29.05%
B = 37.32%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFA5D4 (or 0xBFA5D4) is known color: Perfume. HEX triplet: BF, A5 and D4. RGB value is (191,165,212). Sum of RGB (Red+Green+Blue) = 191+165+212=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFA5D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5D4 is #405A2B. Grayscale: #B1B1B1. Windows color (decimal): -4217388 or 13936063. OLE color: 13936063.

HSL color Cylindrical-coordinate representation of color #BFA5D4: hue angle of 273.19º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA5D4 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 165 212 -
CMYK 0.10 0.22 0 0.17
HSL 273.19º 0.35% 0.74% -
HSV(B) 273.19º 0.22% 0.83% -
XYZ 46.82 42.74 68.07 -
YUV 178.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 191 165 212 0.10 0.22 0 0.17 273.19 0.35 0.74
Hex BF A5 D4 A 16 0 11 111 23 4A
Octal 277 245 324 12 26 0 21 421 43 112
Binary 10111111 10100101 11010100 1010 10110 0 10001 100010001 100011 1001010

Color Harmonies of #BFA5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5D4

Black with #BFA5D4

Text Example


Text Example

White with #BFA5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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