Html Css Color HEX #BFA5E6 Perfume

📋 copy color: '#BFA5E6'

red 191 ◦ green 165 ◦ blue 230

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

Shades of Perfume #BFA5E6

Tints of Perfume #BFA5E6

RGB

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

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

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

R = 32.59%
G = 28.16%
B = 39.25%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFA5E6 (or 0xBFA5E6) is known color: Perfume. HEX triplet: BF, A5 and E6. RGB value is (191,165,230). Sum of RGB (Red+Green+Blue) = 191+165+230=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFA5E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA5E6 is #405A19. Grayscale: #B3B3B3. Windows color (decimal): -4217370 or 15115711. OLE color: 15115711.

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

Color convert

RGB 191 165 230 -
CMYK 0.17 0.28 0 0.10
HSL 264º 0.57% 0.77% -
HSV(B) 264º 0.28% 0.9% -
XYZ 49.22 43.7 80.7 -
YUV 180.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 191 165 230 0.17 0.28 0 0.10 264 0.57 0.77
Hex BF A5 E6 11 1C 0 A 108 39 4D
Octal 277 245 346 21 34 0 12 410 71 115
Binary 10111111 10100101 11100110 10001 11100 0 1010 100001000 111001 1001101

Color Harmonies of #BFA5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5E6

Black with #BFA5E6

Text Example


Text Example

White with #BFA5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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