Html Css Color HEX #BFA8ED Perfume

📋 copy color: '#BFA8ED'

red 191 ◦ green 168 ◦ blue 237

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

Shades of Perfume #BFA8ED

Tints of Perfume #BFA8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.77%

R = 32.05%
G = 28.19%
B = 39.77%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFA8ED (or 0xBFA8ED) is known color: Perfume. HEX triplet: BF, A8 and ED. RGB value is (191,168,237). Sum of RGB (Red+Green+Blue) = 191+168+237=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8ED is #405712. Grayscale: #B6B6B6. Windows color (decimal): -4216595 or 15575231. OLE color: 15575231.

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

Color convert

RGB 191 168 237 -
CMYK 0.19 0.29 0 0.07
HSL 260º 0.66% 0.79% -
HSV(B) 260º 0.29% 0.93% -
XYZ 50.77 45.2 86.17 -
YUV 182.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 191 168 237 0.19 0.29 0 0.07 260 0.66 0.79
Hex BF A8 ED 13 1D 0 7 104 42 4F
Octal 277 250 355 23 35 0 7 404 102 117
Binary 10111111 10101000 11101101 10011 11101 0 111 100000100 1000010 1001111

Color Harmonies of #BFA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA8ED

Black with #BFA8ED

Text Example


Text Example

White with #BFA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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