Html Css Color HEX #BDACEB Melrose

📋 copy color: '#BDACEB'

red 189 ◦ green 172 ◦ blue 235

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

Shades of Melrose #BDACEB

Tints of Melrose #BDACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.43%

R = 31.71%
G = 28.86%
B = 39.43%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDACEB (or 0xBDACEB) is known color: Melrose. HEX triplet: BD, AC and EB. RGB value is (189,172,235). Sum of RGB (Red+Green+Blue) = 189+172+235=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACEB is #425314. Grayscale: #B8B8B8. Windows color (decimal): -4346645 or 15445181. OLE color: 15445181.

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

Color convert

RGB 189 172 235 -
CMYK 0.20 0.27 0 0.08
HSL 256.19º 0.61% 0.8% -
HSV(B) 256.19º 0.27% 0.92% -
XYZ 50.73 46.32 84.86 -
YUV 184.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 189 172 235 0.20 0.27 0 0.08 256.19 0.61 0.8
Hex BD AC EB 14 1B 0 8 100 3D 50
Octal 275 254 353 24 33 0 10 400 75 120
Binary 10111101 10101100 11101011 10100 11011 0 1000 100000000 111101 1010000

Color Harmonies of #BDACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACEB

Black with #BDACEB

Text Example


Text Example

White with #BDACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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