Html Css Color HEX #BEA7CA Prelude

📋 copy color: '#BEA7CA'

red 190 ◦ green 167 ◦ blue 202

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

Shades of Prelude #BEA7CA

Tints of Prelude #BEA7CA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.87%

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 33.99%
G = 29.87%
B = 36.14%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEA7CA (or 0xBEA7CA) is known color: Prelude. HEX triplet: BE, A7 and CA. RGB value is (190,167,202). Sum of RGB (Red+Green+Blue) = 190+167+202=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEA7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7CA is #415835. Grayscale: #B1B1B1. Windows color (decimal): -4282422 or 13281214. OLE color: 13281214.

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

Color convert

RGB 190 167 202 -
CMYK 0.06 0.17 0 0.21
HSL 279.43º 0.25% 0.72% -
HSV(B) 279.43º 0.17% 0.79% -
XYZ 45.71 42.85 61.74 -
YUV 177.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 190 167 202 0.06 0.17 0 0.21 279.43 0.25 0.72
Hex BE A7 CA 6 11 0 15 117 19 48
Octal 276 247 312 6 21 0 25 427 31 110
Binary 10111110 10100111 11001010 110 10001 0 10101 100010111 11001 1001000

Color Harmonies of #BEA7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7CA

Black with #BEA7CA

Text Example


Text Example

White with #BEA7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7CA; }

 p { color: rgb(190,167,202); }

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

background-color css

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

 a { background-color: rgb(190,167,202); }

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

border-color css

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

 span { border-color: rgb(190,167,202); }

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