Html Css Color HEX #BEAAC8 Prelude

📋 copy color: '#BEAAC8'

red 190 ◦ green 170 ◦ blue 200

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

Shades of Prelude #BEAAC8

Tints of Prelude #BEAAC8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.36%

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

R = 33.93%
G = 30.36%
B = 35.71%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BEAAC8 (or 0xBEAAC8) is known color: Prelude. HEX triplet: BE, AA and C8. RGB value is (190,170,200). Sum of RGB (Red+Green+Blue) = 190+170+200=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAC8 is #415537. Grayscale: #B3B3B3. Windows color (decimal): -4281656 or 13150910. OLE color: 13150910.

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

Color convert

RGB 190 170 200 -
CMYK 0.05 0.15 0 0.22
HSL 280º 0.21% 0.73% -
HSV(B) 280º 0.15% 0.78% -
XYZ 46.04 43.87 60.68 -
YUV 179.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 190 170 200 0.05 0.15 0 0.22 280 0.21 0.73
Hex BE AA C8 5 F 0 16 118 15 49
Octal 276 252 310 5 17 0 26 430 25 111
Binary 10111110 10101010 11001000 101 1111 0 10110 100011000 10101 1001001

Color Harmonies of #BEAAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAC8

Black with #BEAAC8

Text Example


Text Example

White with #BEAAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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