Html Css Color HEX #BCB6EF Melrose

📋 copy color: '#BCB6EF'

red 188 ◦ green 182 ◦ blue 239

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

Shades of Melrose #BCB6EF

Tints of Melrose #BCB6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 30.87%
G = 29.89%
B = 39.24%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCB6EF (or 0xBCB6EF) is known color: Melrose. HEX triplet: BC, B6 and EF. RGB value is (188,182,239). Sum of RGB (Red+Green+Blue) = 188+182+239=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCB6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6EF is #434910. Grayscale: #BEBEBE. Windows color (decimal): -4409617 or 15709884. OLE color: 15709884.

HSL color Cylindrical-coordinate representation of color #BCB6EF: hue angle of 246.32º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB6EF is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 182 239 -
CMYK 0.21 0.24 0 0.06
HSL 246.32º 0.64% 0.83% -
HSV(B) 246.32º 0.24% 0.94% -
XYZ 53.05 50.38 88.59 -
YUV 190.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 188 182 239 0.21 0.24 0 0.06 246.32 0.64 0.83
Hex BC B6 EF 15 18 0 6 F6 40 53
Octal 274 266 357 25 30 0 6 366 100 123
Binary 10111100 10110110 11101111 10101 11000 0 110 11110110 1000000 1010011

Color Harmonies of #BCB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6EF

Black with #BCB6EF

Text Example


Text Example

White with #BCB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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