Html Css Color HEX #BDB1EB Melrose

📋 copy color: '#BDB1EB'

red 189 ◦ green 177 ◦ blue 235

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

Shades of Melrose #BDB1EB

Tints of Melrose #BDB1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.45%

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

R = 31.45%
G = 29.45%
B = 39.1%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB1EB (or 0xBDB1EB) is known color: Melrose. HEX triplet: BD, B1 and EB. RGB value is (189,177,235). Sum of RGB (Red+Green+Blue) = 189+177+235=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1EB is #424E14. Grayscale: #BABABA. Windows color (decimal): -4345365 or 15446461. OLE color: 15446461.

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

Color convert

RGB 189 177 235 -
CMYK 0.20 0.25 0 0.08
HSL 252.41º 0.59% 0.81% -
HSV(B) 252.41º 0.25% 0.92% -
XYZ 51.7 48.26 85.19 -
YUV 187.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 189 177 235 0.20 0.25 0 0.08 252.41 0.59 0.81
Hex BD B1 EB 14 19 0 8 FC 3B 51
Octal 275 261 353 24 31 0 10 374 73 121
Binary 10111101 10110001 11101011 10100 11001 0 1000 11111100 111011 1010001

Color Harmonies of #BDB1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1EB

Black with #BDB1EB

Text Example


Text Example

White with #BDB1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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