Html Css Color HEX #BEA8CA Prelude

📋 copy color: '#BEA8CA'

red 190 ◦ green 168 ◦ blue 202

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

Shades of Prelude #BEA8CA

Tints of Prelude #BEA8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30%

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

R = 33.93%
G = 30%
B = 36.07%

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

#BEA8CA (or 0xBEA8CA) is known color: Prelude. HEX triplet: BE, A8 and CA. RGB value is (190,168,202). Sum of RGB (Red+Green+Blue) = 190+168+202=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEA8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8CA is #415735. Grayscale: #B2B2B2. Windows color (decimal): -4282166 or 13281470. OLE color: 13281470.

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

Color convert

RGB 190 168 202 -
CMYK 0.06 0.17 0 0.21
HSL 278.82º 0.24% 0.73% -
HSV(B) 278.82º 0.17% 0.79% -
XYZ 45.9 43.22 61.8 -
YUV 178.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 190 168 202 0.06 0.17 0 0.21 278.82 0.24 0.73
Hex BE A8 CA 6 11 0 15 117 18 49
Octal 276 250 312 6 21 0 25 427 30 111
Binary 10111110 10101000 11001010 110 10001 0 10101 100010111 11000 1001001

Color Harmonies of #BEA8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8CA

Black with #BEA8CA

Text Example


Text Example

White with #BEA8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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