Html Css Color HEX #BDACEA Melrose

📋 copy color: '#BDACEA'

red 189 ◦ green 172 ◦ blue 234

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

Shades of Melrose #BDACEA

Tints of Melrose #BDACEA

RGB

 RED value IS 189 (74.22% from 255) = 31.76%

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

 BLUE value IS 234 (91.8% from 255) = 39.33%

R = 31.76%
G = 28.91%
B = 39.33%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDACEA (or 0xBDACEA) is known color: Melrose. HEX triplet: BD, AC and EA. RGB value is (189,172,234). Sum of RGB (Red+Green+Blue) = 189+172+234=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACEA is #425315. Grayscale: #B7B7B7. Windows color (decimal): -4346646 or 15379645. OLE color: 15379645.

HSL color Cylindrical-coordinate representation of color #BDACEA: hue angle of 256.45º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDACEA is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 172 234 -
CMYK 0.19 0.26 0 0.08
HSL 256.45º 0.6% 0.8% -
HSV(B) 256.45º 0.26% 0.92% -
XYZ 50.59 46.26 84.11 -
YUV 184.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 189 172 234 0.19 0.26 0 0.08 256.45 0.6 0.8
Hex BD AC EA 13 1A 0 8 100 3C 50
Octal 275 254 352 23 32 0 10 400 74 120
Binary 10111101 10101100 11101010 10011 11010 0 1000 100000000 111100 1010000

Color Harmonies of #BDACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACEA

Black with #BDACEA

Text Example


Text Example

White with #BDACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACEA; }

 p { color: rgb(189,172,234); }

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

background-color css

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

 a { background-color: rgb(189,172,234); }

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

border-color css

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

 span { border-color: rgb(189,172,234); }

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