Html Css Color HEX #BEAEC8 Prelude

📋 copy color: '#BEAEC8'

red 190 ◦ green 174 ◦ blue 200

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

Shades of Prelude #BEAEC8

Tints of Prelude #BEAEC8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.85%

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

R = 33.69%
G = 30.85%
B = 35.46%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BEAEC8 (or 0xBEAEC8) is known color: Prelude. HEX triplet: BE, AE and C8. RGB value is (190,174,200). Sum of RGB (Red+Green+Blue) = 190+174+200=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC8 is #415137. Grayscale: #B5B5B5. Windows color (decimal): -4280632 or 13151934. OLE color: 13151934.

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

Color convert

RGB 190 174 200 -
CMYK 0.05 0.13 0 0.22
HSL 276.92º 0.19% 0.73% -
HSV(B) 276.92º 0.13% 0.78% -
XYZ 46.8 45.39 60.94 -
YUV 181.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 190 174 200 0.05 0.13 0 0.22 276.92 0.19 0.73
Hex BE AE C8 5 D 0 16 115 13 49
Octal 276 256 310 5 15 0 26 425 23 111
Binary 10111110 10101110 11001000 101 1101 0 10110 100010101 10011 1001001

Color Harmonies of #BEAEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEC8

Black with #BEAEC8

Text Example


Text Example

White with #BEAEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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