Html Css Color HEX #BCADEA Melrose

📋 copy color: '#BCADEA'

red 188 ◦ green 173 ◦ blue 234

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

Shades of Melrose #BCADEA

Tints of Melrose #BCADEA

RGB

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

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

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

R = 31.6%
G = 29.08%
B = 39.33%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCADEA (or 0xBCADEA) is known color: Melrose. HEX triplet: BC, AD and EA. RGB value is (188,173,234). Sum of RGB (Red+Green+Blue) = 188+173+234=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADEA is #435215. Grayscale: #B8B8B8. Windows color (decimal): -4411926 or 15379900. OLE color: 15379900.

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

Color convert

RGB 188 173 234 -
CMYK 0.20 0.26 0 0.08
HSL 254.75º 0.59% 0.8% -
HSV(B) 254.75º 0.26% 0.92% -
XYZ 50.53 46.52 84.16 -
YUV 184.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 188 173 234 0.20 0.26 0 0.08 254.75 0.59 0.8
Hex BC AD EA 14 1A 0 8 FF 3B 50
Octal 274 255 352 24 32 0 10 377 73 120
Binary 10111100 10101101 11101010 10100 11010 0 1000 11111111 111011 1010000

Color Harmonies of #BCADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADEA

Black with #BCADEA

Text Example


Text Example

White with #BCADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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