Html Css Color HEX #BCB2DD Melrose

📋 copy color: '#BCB2DD'

red 188 ◦ green 178 ◦ blue 221

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

Shades of Melrose #BCB2DD

Tints of Melrose #BCB2DD

RGB

 RED value IS 188 (73.83% from 255) = 32.03%

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

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 32.03%
G = 30.32%
B = 37.65%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCB2DD (or 0xBCB2DD) is known color: Melrose. HEX triplet: BC, B2 and DD. RGB value is (188,178,221). Sum of RGB (Red+Green+Blue) = 188+178+221=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2DD is #434D22. Grayscale: #B9B9B9. Windows color (decimal): -4410659 or 14529212. OLE color: 14529212.

HSL color Cylindrical-coordinate representation of color #BCB2DD: hue angle of 253.95º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB2DD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 178 221 -
CMYK 0.15 0.19 0 0.13
HSL 253.95º 0.39% 0.78% -
HSV(B) 253.95º 0.19% 0.87% -
XYZ 49.71 47.75 75 -
YUV 185.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 188 178 221 0.15 0.19 0 0.13 253.95 0.39 0.78
Hex BC B2 DD F 13 0 D FE 27 4E
Octal 274 262 335 17 23 0 15 376 47 116
Binary 10111100 10110010 11011101 1111 10011 0 1101 11111110 100111 1001110

Color Harmonies of #BCB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2DD

Black with #BCB2DD

Text Example


Text Example

White with #BCB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2DD; }

 p { color: rgb(188,178,221); }

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

background-color css

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

 a { background-color: rgb(188,178,221); }

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

border-color css

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

 span { border-color: rgb(188,178,221); }

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