Html Css Color HEX #BEADC7 Prelude

📋 copy color: '#BEADC7'

red 190 ◦ green 173 ◦ blue 199

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

Shades of Prelude #BEADC7

Tints of Prelude #BEADC7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.78%

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 33.81%
G = 30.78%
B = 35.41%

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

#BEADC7 (or 0xBEADC7) is known color: Prelude. HEX triplet: BE, AD and C7. RGB value is (190,173,199). Sum of RGB (Red+Green+Blue) = 190+173+199=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC7 is #415238. Grayscale: #B4B4B4. Windows color (decimal): -4280889 or 13086142. OLE color: 13086142.

HSL color Cylindrical-coordinate representation of color #BEADC7: hue angle of 279.23º 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 #BEADC7 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 173 199 -
CMYK 0.05 0.13 0 0.22
HSL 279.23º 0.19% 0.73% -
HSV(B) 279.23º 0.13% 0.78% -
XYZ 46.49 44.96 60.26 -
YUV 181.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 190 173 199 0.05 0.13 0 0.22 279.23 0.19 0.73
Hex BE AD C7 5 D 0 16 117 13 49
Octal 276 255 307 5 15 0 26 427 23 111
Binary 10111110 10101101 11000111 101 1101 0 10110 100010111 10011 1001001

Color Harmonies of #BEADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADC7

Black with #BEADC7

Text Example


Text Example

White with #BEADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADC7; }

 p { color: rgb(190,173,199); }

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

background-color css

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

 a { background-color: rgb(190,173,199); }

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

border-color css

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

 span { border-color: rgb(190,173,199); }

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