Html Css Color HEX #BCABEF Melrose

📋 copy color: '#BCABEF'

red 188 ◦ green 171 ◦ blue 239

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

Shades of Melrose #BCABEF

Tints of Melrose #BCABEF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.6%

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

R = 31.44%
G = 28.6%
B = 39.97%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCABEF (or 0xBCABEF) is known color: Melrose. HEX triplet: BC, AB and EF. RGB value is (188,171,239). Sum of RGB (Red+Green+Blue) = 188+171+239=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABEF is #435410. Grayscale: #B7B7B7. Windows color (decimal): -4412433 or 15707068. OLE color: 15707068.

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

Color convert

RGB 188 171 239 -
CMYK 0.21 0.28 0 0.06
HSL 255º 0.68% 0.8% -
HSV(B) 255º 0.28% 0.94% -
XYZ 50.88 46.05 87.87 -
YUV 183.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 188 171 239 0.21 0.28 0 0.06 255 0.68 0.8
Hex BC AB EF 15 1C 0 6 FF 44 50
Octal 274 253 357 25 34 0 6 377 104 120
Binary 10111100 10101011 11101111 10101 11100 0 110 11111111 1000100 1010000

Color Harmonies of #BCABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABEF

Black with #BCABEF

Text Example


Text Example

White with #BCABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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