Html Css Color HEX #BEA6CA Prelude

📋 copy color: '#BEA6CA'

red 190 ◦ green 166 ◦ blue 202

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

Shades of Prelude #BEA6CA

Tints of Prelude #BEA6CA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.75%

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

R = 34.05%
G = 29.75%
B = 36.2%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEA6CA (or 0xBEA6CA) is known color: Prelude. HEX triplet: BE, A6 and CA. RGB value is (190,166,202). Sum of RGB (Red+Green+Blue) = 190+166+202=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6CA is #415935. Grayscale: #B1B1B1. Windows color (decimal): -4282678 or 13280958. OLE color: 13280958.

HSL color Cylindrical-coordinate representation of color #BEA6CA: hue angle of 280º 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 #BEA6CA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 166 202 -
CMYK 0.06 0.18 0 0.21
HSL 280º 0.25% 0.72% -
HSV(B) 280º 0.18% 0.79% -
XYZ 45.53 42.48 61.68 -
YUV 177.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 190 166 202 0.06 0.18 0 0.21 280 0.25 0.72
Hex BE A6 CA 6 12 0 15 118 19 48
Octal 276 246 312 6 22 0 25 430 31 110
Binary 10111110 10100110 11001010 110 10010 0 10101 100011000 11001 1001000

Color Harmonies of #BEA6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6CA

Black with #BEA6CA

Text Example


Text Example

White with #BEA6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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