Html Css Color HEX #BCB5EA Melrose

📋 copy color: '#BCB5EA'

red 188 ◦ green 181 ◦ blue 234

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

Shades of Melrose #BCB5EA

Tints of Melrose #BCB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.02%

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 31.18%
G = 30.02%
B = 38.81%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCB5EA (or 0xBCB5EA) is known color: Melrose. HEX triplet: BC, B5 and EA. RGB value is (188,181,234). Sum of RGB (Red+Green+Blue) = 188+181+234=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5EA is #434A15. Grayscale: #BCBCBC. Windows color (decimal): -4409878 or 15381948. OLE color: 15381948.

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

Color convert

RGB 188 181 234 -
CMYK 0.20 0.23 0 0.08
HSL 247.92º 0.56% 0.81% -
HSV(B) 247.92º 0.23% 0.92% -
XYZ 52.11 49.68 84.68 -
YUV 189.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 188 181 234 0.20 0.23 0 0.08 247.92 0.56 0.81
Hex BC B5 EA 14 17 0 8 F8 38 51
Octal 274 265 352 24 27 0 10 370 70 121
Binary 10111100 10110101 11101010 10100 10111 0 1000 11111000 111000 1010001

Color Harmonies of #BCB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5EA

Black with #BCB5EA

Text Example


Text Example

White with #BCB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5EA; }

 p { color: rgb(188,181,234); }

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

background-color css

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

 a { background-color: rgb(188,181,234); }

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

border-color css

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

 span { border-color: rgb(188,181,234); }

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