Html Css Color HEX #B8A5CF Perfume

📋 copy color: '#B8A5CF'

red 184 ◦ green 165 ◦ blue 207

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

Shades of Perfume #B8A5CF

Tints of Perfume #B8A5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 33.09%
G = 29.68%
B = 37.23%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B8A5CF (or 0xB8A5CF) is known color: Perfume. HEX triplet: B8, A5 and CF. RGB value is (184,165,207). Sum of RGB (Red+Green+Blue) = 184+165+207=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A5CF is #475A30. Grayscale: #AFAFAF. Windows color (decimal): -4676145 or 13608376. OLE color: 13608376.

HSL color Cylindrical-coordinate representation of color #B8A5CF: hue angle of 267.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8A5CF is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 165 207 -
CMYK 0.11 0.20 0 0.19
HSL 267.14º 0.3% 0.73% -
HSV(B) 267.14º 0.2% 0.81% -
XYZ 44.48 41.61 64.72 -
YUV 175.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 184 165 207 0.11 0.20 0 0.19 267.14 0.3 0.73
Hex B8 A5 CF B 14 0 13 10B 1E 49
Octal 270 245 317 13 24 0 23 413 36 111
Binary 10111000 10100101 11001111 1011 10100 0 10011 100001011 11110 1001001

Color Harmonies of #B8A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A5CF

Black with #B8A5CF

Text Example


Text Example

White with #B8A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A5CF; }

 p { color: rgb(184,165,207); }

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

background-color css

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

 a { background-color: rgb(184,165,207); }

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

border-color css

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

 span { border-color: rgb(184,165,207); }

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