Html Css Color HEX #BEA5CC Perfume

📋 copy color: '#BEA5CC'

red 190 ◦ green 165 ◦ blue 204

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

Shades of Perfume #BEA5CC

Tints of Perfume #BEA5CC

RGB

 RED value IS 190 (74.61% from 255) = 33.99%

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 33.99%
G = 29.52%
B = 36.49%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BEA5CC (or 0xBEA5CC) is known color: Perfume. HEX triplet: BE, A5 and CC. RGB value is (190,165,204). Sum of RGB (Red+Green+Blue) = 190+165+204=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5CC is #415A33. Grayscale: #B0B0B0. Windows color (decimal): -4282932 or 13411774. OLE color: 13411774.

HSL color Cylindrical-coordinate representation of color #BEA5CC: hue angle of 278.46º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEA5CC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 165 204 -
CMYK 0.07 0.19 0 0.2
HSL 278.46º 0.28% 0.72% -
HSV(B) 278.46º 0.19% 0.8% -
XYZ 45.59 42.22 62.87 -
YUV 176.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 190 165 204 0.07 0.19 0 0.2 278.46 0.28 0.72
Hex BE A5 CC 7 13 0 14 116 1C 48
Octal 276 245 314 7 23 0 24 426 34 110
Binary 10111110 10100101 11001100 111 10011 0 10100 100010110 11100 1001000

Color Harmonies of #BEA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5CC

Black with #BEA5CC

Text Example


Text Example

White with #BEA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5CC; }

 p { color: rgb(190,165,204); }

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

background-color css

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

 a { background-color: rgb(190,165,204); }

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

border-color css

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

 span { border-color: rgb(190,165,204); }

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