Html Css Color HEX #BEA6CB Prelude

📋 copy color: '#BEA6CB'

red 190 ◦ green 166 ◦ blue 203

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

Shades of Prelude #BEA6CB

Tints of Prelude #BEA6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.7%

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 33.99%
G = 29.7%
B = 36.31%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BEA6CB (or 0xBEA6CB) is known color: Prelude. HEX triplet: BE, A6 and CB. RGB value is (190,166,203). Sum of RGB (Red+Green+Blue) = 190+166+203=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6CB is #415934. Grayscale: #B1B1B1. Windows color (decimal): -4282677 or 13346494. OLE color: 13346494.

HSL color Cylindrical-coordinate representation of color #BEA6CB: hue angle of 278.92º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEA6CB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 166 203 -
CMYK 0.06 0.18 0 0.20
HSL 278.92º 0.26% 0.72% -
HSV(B) 278.92º 0.18% 0.8% -
XYZ 45.65 42.53 62.3 -
YUV 177.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 190 166 203 0.06 0.18 0 0.20 278.92 0.26 0.72
Hex BE A6 CB 6 12 0 14 117 1A 48
Octal 276 246 313 6 22 0 24 427 32 110
Binary 10111110 10100110 11001011 110 10010 0 10100 100010111 11010 1001000

Color Harmonies of #BEA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6CB

Black with #BEA6CB

Text Example


Text Example

White with #BEA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6CB; }

 p { color: rgb(190,166,203); }

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

background-color css

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

 a { background-color: rgb(190,166,203); }

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

border-color css

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

 span { border-color: rgb(190,166,203); }

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