Html Css Color HEX #BEA6C9 Prelude

📋 copy color: '#BEA6C9'

red 190 ◦ green 166 ◦ blue 201

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

Shades of Prelude #BEA6C9

Tints of Prelude #BEA6C9

RGB

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

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

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

R = 34.11%
G = 29.8%
B = 36.09%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEA6C9 (or 0xBEA6C9) is known color: Prelude. HEX triplet: BE, A6 and C9. RGB value is (190,166,201). Sum of RGB (Red+Green+Blue) = 190+166+201=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6C9 is #415936. Grayscale: #B1B1B1. Windows color (decimal): -4282679 or 13215422. OLE color: 13215422.

HSL color Cylindrical-coordinate representation of color #BEA6C9: hue angle of 281.14º degrees, saturation: 0.24, 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 #BEA6C9 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 166 201 -
CMYK 0.05 0.17 0 0.21
HSL 281.14º 0.24% 0.72% -
HSV(B) 281.14º 0.17% 0.79% -
XYZ 45.41 42.44 61.06 -
YUV 177.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 190 166 201 0.05 0.17 0 0.21 281.14 0.24 0.72
Hex BE A6 C9 5 11 0 15 119 18 48
Octal 276 246 311 5 21 0 25 431 30 110
Binary 10111110 10100110 11001001 101 10001 0 10101 100011001 11000 1001000

Color Harmonies of #BEA6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6C9

Black with #BEA6C9

Text Example


Text Example

White with #BEA6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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