Html Css Color HEX #BCB2DB Melrose

📋 copy color: '#BCB2DB'

red 188 ◦ green 178 ◦ blue 219

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

Shades of Melrose #BCB2DB

Tints of Melrose #BCB2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 32.14%
G = 30.43%
B = 37.44%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCB2DB (or 0xBCB2DB) is known color: Melrose. HEX triplet: BC, B2 and DB. RGB value is (188,178,219). Sum of RGB (Red+Green+Blue) = 188+178+219=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2DB is #434D24. Grayscale: #B9B9B9. Windows color (decimal): -4410661 or 14398140. OLE color: 14398140.

HSL color Cylindrical-coordinate representation of color #BCB2DB: hue angle of 254.63º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB2DB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 178 219 -
CMYK 0.14 0.19 0 0.14
HSL 254.63º 0.36% 0.78% -
HSV(B) 254.63º 0.19% 0.86% -
XYZ 49.45 47.65 73.61 -
YUV 185.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 188 178 219 0.14 0.19 0 0.14 254.63 0.36 0.78
Hex BC B2 DB E 13 0 E FF 24 4E
Octal 274 262 333 16 23 0 16 377 44 116
Binary 10111100 10110010 11011011 1110 10011 0 1110 11111111 100100 1001110

Color Harmonies of #BCB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2DB

Black with #BCB2DB

Text Example


Text Example

White with #BCB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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