Html Css Color HEX #BEACCA Prelude

📋 copy color: '#BEACCA'

red 190 ◦ green 172 ◦ blue 202

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

Shades of Prelude #BEACCA

Tints of Prelude #BEACCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.82%

R = 33.69%
G = 30.5%
B = 35.82%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEACCA (or 0xBEACCA) is known color: Prelude. HEX triplet: BE, AC and CA. RGB value is (190,172,202). Sum of RGB (Red+Green+Blue) = 190+172+202=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACCA is #415335. Grayscale: #B4B4B4. Windows color (decimal): -4281142 or 13282494. OLE color: 13282494.

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

Color convert

RGB 190 172 202 -
CMYK 0.06 0.15 0 0.21
HSL 276º 0.22% 0.73% -
HSV(B) 276º 0.15% 0.79% -
XYZ 46.65 44.72 62.05 -
YUV 180.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 190 172 202 0.06 0.15 0 0.21 276 0.22 0.73
Hex BE AC CA 6 F 0 15 114 16 49
Octal 276 254 312 6 17 0 25 424 26 111
Binary 10111110 10101100 11001010 110 1111 0 10101 100010100 10110 1001001

Color Harmonies of #BEACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACCA

Black with #BEACCA

Text Example


Text Example

White with #BEACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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