Html Css Color HEX #BCADFF Melrose

📋 copy color: '#BCADFF'

red 188 ◦ green 173 ◦ blue 255

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

Shades of Melrose #BCADFF

Tints of Melrose #BCADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.08%

 BLUE value IS 255 (100% from 255) = 41.4%

R = 30.52%
G = 28.08%
B = 41.4%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCADFF (or 0xBCADFF) is known color: Melrose. HEX triplet: BC, AD and FF. RGB value is (188,173,255). Sum of RGB (Red+Green+Blue) = 188+173+255=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADFF is #435200. Grayscale: #BABABA. Windows color (decimal): -4411905 or 16756156. OLE color: 16756156.

HSL color Cylindrical-coordinate representation of color #BCADFF: hue angle of 250.98º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCADFF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 173 255 -
CMYK 0.26 0.32 0 0
HSL 250.98º 1% 0.84% -
HSV(B) 250.98º 0.32% 1% -
XYZ 53.73 47.8 101 -
YUV 186.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 188 173 255 0.26 0.32 0 0 250.98 1 0.84
Hex BC AD FF 1A 20 0 0 FB 64 54
Octal 274 255 377 32 40 0 0 373 144 124
Binary 10111100 10101101 11111111 11010 100000 0 0 11111011 1100100 1010100

Color Harmonies of #BCADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADFF

Black with #BCADFF

Text Example


Text Example

White with #BCADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADFF; }

 p { color: rgb(188,173,255); }

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

background-color css

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

 a { background-color: rgb(188,173,255); }

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

border-color css

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

 span { border-color: rgb(188,173,255); }

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