Html Css Color HEX #B895FE Perfume

📋 copy color: '#B895FE'

red 184 ◦ green 149 ◦ blue 254

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

Shades of Perfume #B895FE

Tints of Perfume #B895FE

RGB

 RED value IS 184 (72.27% from 255) = 31.35%

 GREEN value IS 149 (58.59% from 255) = 25.38%

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 31.35%
G = 25.38%
B = 43.27%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B895FE (or 0xB895FE) is known color: Perfume. HEX triplet: B8, 95 and FE. RGB value is (184,149,254). Sum of RGB (Red+Green+Blue) = 184+149+254=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #B895FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895FE is #476A01. Grayscale: #ABABAB. Windows color (decimal): -4680194 or 16684472. OLE color: 16684472.

HSL color Cylindrical-coordinate representation of color #B895FE: hue angle of 260º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B895FE is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 149 254 -
CMYK 0.28 0.41 0 0.00
HSL 260º 0.98% 0.79% -
HSV(B) 260º 0.41% 1% -
XYZ 48.4 38.84 98.71 -
YUV 171.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 184 149 254 0.28 0.41 0 0.00 260 0.98 0.79
Hex B8 95 FE 1C 29 0 0 104 62 4F
Octal 270 225 376 34 51 0 0 404 142 117
Binary 10111000 10010101 11111110 11100 101001 0 0 100000100 1100010 1001111

Color Harmonies of #B895FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895FE

Black with #B895FE

Text Example


Text Example

White with #B895FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895FE; }

 p { color: rgb(184,149,254); }

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

background-color css

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

 a { background-color: rgb(184,149,254); }

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

border-color css

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

 span { border-color: rgb(184,149,254); }

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