Html Css Color HEX #BEA5C9 Lola

📋 copy color: '#BEA5C9'

red 190 ◦ green 165 ◦ blue 201

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

Shades of Lola #BEA5C9

Tints of Lola #BEA5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.15%

R = 34.17%
G = 29.68%
B = 36.15%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEA5C9 (or 0xBEA5C9) is known color: Lola. HEX triplet: BE, A5 and C9. RGB value is (190,165,201). Sum of RGB (Red+Green+Blue) = 190+165+201=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEA5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5C9 is #415A36. Grayscale: #B0B0B0. Windows color (decimal): -4282935 or 13215166. OLE color: 13215166.

HSL color Cylindrical-coordinate representation of color #BEA5C9: hue angle of 281.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEA5C9 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 165 201 -
CMYK 0.05 0.18 0 0.21
HSL 281.67º 0.25% 0.72% -
HSV(B) 281.67º 0.18% 0.79% -
XYZ 45.23 42.07 61 -
YUV 176.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 190 165 201 0.05 0.18 0 0.21 281.67 0.25 0.72
Hex BE A5 C9 5 12 0 15 11A 19 48
Octal 276 245 311 5 22 0 25 432 31 110
Binary 10111110 10100101 11001001 101 10010 0 10101 100011010 11001 1001000

Color Harmonies of #BEA5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5C9

Black with #BEA5C9

Text Example


Text Example

White with #BEA5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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