Html Css Color HEX #BDAEEB Melrose

📋 copy color: '#BDAEEB'

red 189 ◦ green 174 ◦ blue 235

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

Shades of Melrose #BDAEEB

Tints of Melrose #BDAEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.1%

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

R = 31.61%
G = 29.1%
B = 39.3%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDAEEB (or 0xBDAEEB) is known color: Melrose. HEX triplet: BD, AE and EB. RGB value is (189,174,235). Sum of RGB (Red+Green+Blue) = 189+174+235=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEEB is #425114. Grayscale: #B9B9B9. Windows color (decimal): -4346133 or 15445693. OLE color: 15445693.

HSL color Cylindrical-coordinate representation of color #BDAEEB: hue angle of 254.75º 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 #BDAEEB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 174 235 -
CMYK 0.20 0.26 0 0.08
HSL 254.75º 0.6% 0.8% -
HSV(B) 254.75º 0.26% 0.92% -
XYZ 51.12 47.09 84.99 -
YUV 185.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 189 174 235 0.20 0.26 0 0.08 254.75 0.6 0.8
Hex BD AE EB 14 1A 0 8 FF 3C 50
Octal 275 256 353 24 32 0 10 377 74 120
Binary 10111101 10101110 11101011 10100 11010 0 1000 11111111 111100 1010000

Color Harmonies of #BDAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEEB

Black with #BDAEEB

Text Example


Text Example

White with #BDAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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