Html Css Color HEX #BEA9C8 Prelude

📋 copy color: '#BEA9C8'

red 190 ◦ green 169 ◦ blue 200

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

Shades of Prelude #BEA9C8

Tints of Prelude #BEA9C8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.23%

 BLUE value IS 200 (78.52% from 255) = 35.78%

R = 33.99%
G = 30.23%
B = 35.78%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BEA9C8 (or 0xBEA9C8) is known color: Prelude. HEX triplet: BE, A9 and C8. RGB value is (190,169,200). Sum of RGB (Red+Green+Blue) = 190+169+200=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEA9C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9C8 is #415637. Grayscale: #B2B2B2. Windows color (decimal): -4281912 or 13150654. OLE color: 13150654.

HSL color Cylindrical-coordinate representation of color #BEA9C8: hue angle of 280.65º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA9C8 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 169 200 -
CMYK 0.05 0.16 0 0.22
HSL 280.65º 0.22% 0.72% -
HSV(B) 280.65º 0.16% 0.78% -
XYZ 45.85 43.49 60.62 -
YUV 178.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 190 169 200 0.05 0.16 0 0.22 280.65 0.22 0.72
Hex BE A9 C8 5 10 0 16 119 16 48
Octal 276 251 310 5 20 0 26 431 26 110
Binary 10111110 10101001 11001000 101 10000 0 10110 100011001 10110 1001000

Color Harmonies of #BEA9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9C8

Black with #BEA9C8

Text Example


Text Example

White with #BEA9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9C8; }

 p { color: rgb(190,169,200); }

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

background-color css

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

 a { background-color: rgb(190,169,200); }

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

border-color css

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

 span { border-color: rgb(190,169,200); }

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