Html Css Color HEX #BF9CEE Perfume

📋 copy color: '#BF9CEE'

red 191 ◦ green 156 ◦ blue 238

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

Shades of Perfume #BF9CEE

Tints of Perfume #BF9CEE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.67%

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

R = 32.65%
G = 26.67%
B = 40.68%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF9CEE (or 0xBF9CEE) is known color: Perfume. HEX triplet: BF, 9C and EE. RGB value is (191,156,238). Sum of RGB (Red+Green+Blue) = 191+156+238=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9CEE is #406311. Grayscale: #AFAFAF. Windows color (decimal): -4219666 or 15637695. OLE color: 15637695.

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

Color convert

RGB 191 156 238 -
CMYK 0.20 0.34 0 0.07
HSL 265.61º 0.71% 0.77% -
HSV(B) 265.61º 0.34% 0.93% -
XYZ 48.81 41.03 86.24 -
YUV 175.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 191 156 238 0.20 0.34 0 0.07 265.61 0.71 0.77
Hex BF 9C EE 14 22 0 7 10A 47 4D
Octal 277 234 356 24 42 0 7 412 107 115
Binary 10111111 10011100 11101110 10100 100010 0 111 100001010 1000111 1001101

Color Harmonies of #BF9CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9CEE

Black with #BF9CEE

Text Example


Text Example

White with #BF9CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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