Html Css Color HEX #BDB2EB Melrose

📋 copy color: '#BDB2EB'

red 189 ◦ green 178 ◦ blue 235

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

Shades of Melrose #BDB2EB

Tints of Melrose #BDB2EB

RGB

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

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

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

R = 31.4%
G = 29.57%
B = 39.04%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB2EB (or 0xBDB2EB) is known color: Melrose. HEX triplet: BD, B2 and EB. RGB value is (189,178,235). Sum of RGB (Red+Green+Blue) = 189+178+235=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2EB is #424D14. Grayscale: #BBBBBB. Windows color (decimal): -4345109 or 15446717. OLE color: 15446717.

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

Color convert

RGB 189 178 235 -
CMYK 0.20 0.24 0 0.08
HSL 251.58º 0.59% 0.81% -
HSV(B) 251.58º 0.24% 0.92% -
XYZ 51.9 48.66 85.25 -
YUV 187.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 189 178 235 0.20 0.24 0 0.08 251.58 0.59 0.81
Hex BD B2 EB 14 18 0 8 FC 3B 51
Octal 275 262 353 24 30 0 10 374 73 121
Binary 10111101 10110010 11101011 10100 11000 0 1000 11111100 111011 1010001

Color Harmonies of #BDB2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB2EB

Black with #BDB2EB

Text Example


Text Example

White with #BDB2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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