Html Css Color HEX #BF99EA Perfume

📋 copy color: '#BF99EA'

red 191 ◦ green 153 ◦ blue 234

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

Shades of Perfume #BF99EA

Tints of Perfume #BF99EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.47%

 BLUE value IS 234 (91.8% from 255) = 40.48%

R = 33.04%
G = 26.47%
B = 40.48%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF99EA (or 0xBF99EA) is known color: Perfume. HEX triplet: BF, 99 and EA. RGB value is (191,153,234). Sum of RGB (Red+Green+Blue) = 191+153+234=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99EA is #406615. Grayscale: #ADADAD. Windows color (decimal): -4220438 or 15374783. OLE color: 15374783.

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

Color convert

RGB 191 153 234 -
CMYK 0.18 0.35 0 0.08
HSL 268.15º 0.66% 0.76% -
HSV(B) 268.15º 0.35% 0.92% -
XYZ 47.73 39.8 83.01 -
YUV 173.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 191 153 234 0.18 0.35 0 0.08 268.15 0.66 0.76
Hex BF 99 EA 12 23 0 8 10C 42 4C
Octal 277 231 352 22 43 0 10 414 102 114
Binary 10111111 10011001 11101010 10010 100011 0 1000 100001100 1000010 1001100

Color Harmonies of #BF99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99EA

Black with #BF99EA

Text Example


Text Example

White with #BF99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99EA; }

 p { color: rgb(191,153,234); }

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

background-color css

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

 a { background-color: rgb(191,153,234); }

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

border-color css

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

 span { border-color: rgb(191,153,234); }

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