Html Css Color HEX #BDB2ED Melrose

📋 copy color: '#BDB2ED'

red 189 ◦ green 178 ◦ blue 237

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

Shades of Melrose #BDB2ED

Tints of Melrose #BDB2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 31.29%
G = 29.47%
B = 39.24%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDB2ED (or 0xBDB2ED) is known color: Melrose. HEX triplet: BD, B2 and ED. RGB value is (189,178,237). Sum of RGB (Red+Green+Blue) = 189+178+237=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDB2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2ED is #424D12. Grayscale: #BBBBBB. Windows color (decimal): -4345107 or 15577789. OLE color: 15577789.

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

Color convert

RGB 189 178 237 -
CMYK 0.20 0.25 0 0.07
HSL 251.19º 0.62% 0.81% -
HSV(B) 251.19º 0.25% 0.93% -
XYZ 52.19 48.77 86.78 -
YUV 188.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 189 178 237 0.20 0.25 0 0.07 251.19 0.62 0.81
Hex BD B2 ED 14 19 0 7 FB 3E 51
Octal 275 262 355 24 31 0 7 373 76 121
Binary 10111101 10110010 11101101 10100 11001 0 111 11111011 111110 1010001

Color Harmonies of #BDB2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB2ED

Black with #BDB2ED

Text Example


Text Example

White with #BDB2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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