Html Css Color HEX #BDAFE3 Melrose

📋 copy color: '#BDAFE3'

red 189 ◦ green 175 ◦ blue 227

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

Shades of Melrose #BDAFE3

Tints of Melrose #BDAFE3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.61%

 BLUE value IS 227 (89.06% from 255) = 38.41%

R = 31.98%
G = 29.61%
B = 38.41%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDAFE3 (or 0xBDAFE3) is known color: Melrose. HEX triplet: BD, AF and E3. RGB value is (189,175,227). Sum of RGB (Red+Green+Blue) = 189+175+227=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFE3 is #42501C. Grayscale: #B8B8B8. Windows color (decimal): -4345885 or 14921661. OLE color: 14921661.

HSL color Cylindrical-coordinate representation of color #BDAFE3: hue angle of 256.15º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDAFE3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 175 227 -
CMYK 0.17 0.23 0 0.11
HSL 256.15º 0.48% 0.79% -
HSV(B) 256.15º 0.23% 0.89% -
XYZ 50.18 47.02 79.1 -
YUV 185.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 189 175 227 0.17 0.23 0 0.11 256.15 0.48 0.79
Hex BD AF E3 11 17 0 B 100 30 4F
Octal 275 257 343 21 27 0 13 400 60 117
Binary 10111101 10101111 11100011 10001 10111 0 1011 100000000 110000 1001111

Color Harmonies of #BDAFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFE3

Black with #BDAFE3

Text Example


Text Example

White with #BDAFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFE3; }

 p { color: rgb(189,175,227); }

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

background-color css

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

 a { background-color: rgb(189,175,227); }

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

border-color css

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

 span { border-color: rgb(189,175,227); }

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