Html Css Color HEX #BCB6ED Melrose

📋 copy color: '#BCB6ED'

red 188 ◦ green 182 ◦ blue 237

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

Shades of Melrose #BCB6ED

Tints of Melrose #BCB6ED

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.98%

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

R = 30.97%
G = 29.98%
B = 39.04%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCB6ED (or 0xBCB6ED) is known color: Melrose. HEX triplet: BC, B6 and ED. RGB value is (188,182,237). Sum of RGB (Red+Green+Blue) = 188+182+237=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6ED is #434912. Grayscale: #BDBDBD. Windows color (decimal): -4409619 or 15578812. OLE color: 15578812.

HSL color Cylindrical-coordinate representation of color #BCB6ED: hue angle of 246.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB6ED is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 182 237 -
CMYK 0.21 0.23 0 0.07
HSL 246.55º 0.6% 0.82% -
HSV(B) 246.55º 0.23% 0.93% -
XYZ 52.75 50.26 87.04 -
YUV 190.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 188 182 237 0.21 0.23 0 0.07 246.55 0.6 0.82
Hex BC B6 ED 15 17 0 7 F7 3C 52
Octal 274 266 355 25 27 0 7 367 74 122
Binary 10111100 10110110 11101101 10101 10111 0 111 11110111 111100 1010010

Color Harmonies of #BCB6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6ED

Black with #BCB6ED

Text Example


Text Example

White with #BCB6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6ED; }

 p { color: rgb(188,182,237); }

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

background-color css

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

 a { background-color: rgb(188,182,237); }

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

border-color css

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

 span { border-color: rgb(188,182,237); }

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