Html Css Color HEX #BF9BEB Perfume

📋 copy color: '#BF9BEB'

red 191 ◦ green 155 ◦ blue 235

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

Shades of Perfume #BF9BEB

Tints of Perfume #BF9BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.68%

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 32.87%
G = 26.68%
B = 40.45%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF9BEB (or 0xBF9BEB) is known color: Perfume. HEX triplet: BF, 9B and EB. RGB value is (191,155,235). Sum of RGB (Red+Green+Blue) = 191+155+235=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9BEB is #406414. Grayscale: #AEAEAE. Windows color (decimal): -4219925 or 15440831. OLE color: 15440831.

HSL color Cylindrical-coordinate representation of color #BF9BEB: hue angle of 267º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF9BEB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 155 235 -
CMYK 0.19 0.34 0 0.08
HSL 267º 0.67% 0.76% -
HSV(B) 267º 0.34% 0.92% -
XYZ 48.2 40.52 83.88 -
YUV 174.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 191 155 235 0.19 0.34 0 0.08 267 0.67 0.76
Hex BF 9B EB 13 22 0 8 10B 43 4C
Octal 277 233 353 23 42 0 10 413 103 114
Binary 10111111 10011011 11101011 10011 100010 0 1000 100001011 1000011 1001100

Color Harmonies of #BF9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9BEB

Black with #BF9BEB

Text Example


Text Example

White with #BF9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9BEB; }

 p { color: rgb(191,155,235); }

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

background-color css

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

 a { background-color: rgb(191,155,235); }

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

border-color css

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

 span { border-color: rgb(191,155,235); }

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