Html Css Color HEX #BFA8EE Perfume

📋 copy color: '#BFA8EE'

red 191 ◦ green 168 ◦ blue 238

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

Shades of Perfume #BFA8EE

Tints of Perfume #BFA8EE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.14%

 BLUE value IS 238 (93.36% from 255) = 39.87%

R = 31.99%
G = 28.14%
B = 39.87%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFA8EE (or 0xBFA8EE) is known color: Perfume. HEX triplet: BF, A8 and EE. RGB value is (191,168,238). Sum of RGB (Red+Green+Blue) = 191+168+238=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8EE is #405711. Grayscale: #B6B6B6. Windows color (decimal): -4216594 or 15640767. OLE color: 15640767.

HSL color Cylindrical-coordinate representation of color #BFA8EE: hue angle of 259.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA8EE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 168 238 -
CMYK 0.20 0.29 0 0.07
HSL 259.71º 0.67% 0.8% -
HSV(B) 259.71º 0.29% 0.93% -
XYZ 50.92 45.25 86.94 -
YUV 182.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 191 168 238 0.20 0.29 0 0.07 259.71 0.67 0.8
Hex BF A8 EE 14 1D 0 7 104 43 50
Octal 277 250 356 24 35 0 7 404 103 120
Binary 10111111 10101000 11101110 10100 11101 0 111 100000100 1000011 1010000

Color Harmonies of #BFA8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA8EE

Black with #BFA8EE

Text Example


Text Example

White with #BFA8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA8EE; }

 p { color: rgb(191,168,238); }

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

background-color css

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

 a { background-color: rgb(191,168,238); }

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

border-color css

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

 span { border-color: rgb(191,168,238); }

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