Html Css Color HEX #BEACC9 Prelude

📋 copy color: '#BEACC9'

red 190 ◦ green 172 ◦ blue 201

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

Shades of Prelude #BEACC9

Tints of Prelude #BEACC9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.55%

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

R = 33.75%
G = 30.55%
B = 35.7%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEACC9 (or 0xBEACC9) is known color: Prelude. HEX triplet: BE, AC and C9. RGB value is (190,172,201). Sum of RGB (Red+Green+Blue) = 190+172+201=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC9 is #415336. Grayscale: #B4B4B4. Windows color (decimal): -4281143 or 13216958. OLE color: 13216958.

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

Color convert

RGB 190 172 201 -
CMYK 0.05 0.14 0 0.21
HSL 277.24º 0.21% 0.73% -
HSV(B) 277.24º 0.14% 0.79% -
XYZ 46.53 44.67 61.43 -
YUV 180.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 190 172 201 0.05 0.14 0 0.21 277.24 0.21 0.73
Hex BE AC C9 5 E 0 15 115 15 49
Octal 276 254 311 5 16 0 25 425 25 111
Binary 10111110 10101100 11001001 101 1110 0 10101 100010101 10101 1001001

Color Harmonies of #BEACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACC9

Black with #BEACC9

Text Example


Text Example

White with #BEACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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