Html Css Color HEX #BFA9E6 Perfume

📋 copy color: '#BFA9E6'

red 191 ◦ green 169 ◦ blue 230

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

Shades of Perfume #BFA9E6

Tints of Perfume #BFA9E6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.64%

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 32.37%
G = 28.64%
B = 38.98%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFA9E6 (or 0xBFA9E6) is known color: Perfume. HEX triplet: BF, A9 and E6. RGB value is (191,169,230). Sum of RGB (Red+Green+Blue) = 191+169+230=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFA9E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA9E6 is #405619. Grayscale: #B6B6B6. Windows color (decimal): -4216346 or 15116735. OLE color: 15116735.

HSL color Cylindrical-coordinate representation of color #BFA9E6: hue angle of 261.64º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFA9E6 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 169 230 -
CMYK 0.17 0.27 0 0.10
HSL 261.64º 0.55% 0.78% -
HSV(B) 261.64º 0.27% 0.9% -
XYZ 49.96 45.17 80.95 -
YUV 182.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 191 169 230 0.17 0.27 0 0.10 261.64 0.55 0.78
Hex BF A9 E6 11 1B 0 A 106 37 4E
Octal 277 251 346 21 33 0 12 406 67 116
Binary 10111111 10101001 11100110 10001 11011 0 1010 100000110 110111 1001110

Color Harmonies of #BFA9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA9E6

Black with #BFA9E6

Text Example


Text Example

White with #BFA9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA9E6; }

 p { color: rgb(191,169,230); }

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

background-color css

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

 a { background-color: rgb(191,169,230); }

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

border-color css

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

 span { border-color: rgb(191,169,230); }

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