Html Css Color HEX #BEACC8 Prelude

📋 copy color: '#BEACC8'

red 190 ◦ green 172 ◦ blue 200

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

Shades of Prelude #BEACC8

Tints of Prelude #BEACC8

RGB

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

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

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

R = 33.81%
G = 30.6%
B = 35.59%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BEACC8 (or 0xBEACC8) is known color: Prelude. HEX triplet: BE, AC and C8. RGB value is (190,172,200). Sum of RGB (Red+Green+Blue) = 190+172+200=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC8 is #415337. Grayscale: #B4B4B4. Windows color (decimal): -4281144 or 13151422. OLE color: 13151422.

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

Color convert

RGB 190 172 200 -
CMYK 0.05 0.14 0 0.22
HSL 278.57º 0.2% 0.73% -
HSV(B) 278.57º 0.14% 0.78% -
XYZ 46.41 44.62 60.81 -
YUV 180.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 190 172 200 0.05 0.14 0 0.22 278.57 0.2 0.73
Hex BE AC C8 5 E 0 16 117 14 49
Octal 276 254 310 5 16 0 26 427 24 111
Binary 10111110 10101100 11001000 101 1110 0 10110 100010111 10100 1001001

Color Harmonies of #BEACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACC8

Black with #BEACC8

Text Example


Text Example

White with #BEACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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