Html Css Color HEX #BDB2EA Melrose

📋 copy color: '#BDB2EA'

red 189 ◦ green 178 ◦ blue 234

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

Shades of Melrose #BDB2EA

Tints of Melrose #BDB2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.62%

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

R = 31.45%
G = 29.62%
B = 38.94%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB2EA (or 0xBDB2EA) is known color: Melrose. HEX triplet: BD, B2 and EA. RGB value is (189,178,234). Sum of RGB (Red+Green+Blue) = 189+178+234=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2EA is #424D15. Grayscale: #BBBBBB. Windows color (decimal): -4345110 or 15381181. OLE color: 15381181.

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

Color convert

RGB 189 178 234 -
CMYK 0.19 0.24 0 0.08
HSL 251.79º 0.57% 0.81% -
HSV(B) 251.79º 0.24% 0.92% -
XYZ 51.76 48.6 84.49 -
YUV 187.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 189 178 234 0.19 0.24 0 0.08 251.79 0.57 0.81
Hex BD B2 EA 13 18 0 8 FC 39 51
Octal 275 262 352 23 30 0 10 374 71 121
Binary 10111101 10110010 11101010 10011 11000 0 1000 11111100 111001 1010001

Color Harmonies of #BDB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB2EA

Black with #BDB2EA

Text Example


Text Example

White with #BDB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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