Html Css Color HEX #BCADEE Melrose

📋 copy color: '#BCADEE'

red 188 ◦ green 173 ◦ blue 238

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

Shades of Melrose #BCADEE

Tints of Melrose #BCADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 31.39%
G = 28.88%
B = 39.73%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCADEE (or 0xBCADEE) is known color: Melrose. HEX triplet: BC, AD and EE. RGB value is (188,173,238). Sum of RGB (Red+Green+Blue) = 188+173+238=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADEE is #435211. Grayscale: #B8B8B8. Windows color (decimal): -4411922 or 15642044. OLE color: 15642044.

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

Color convert

RGB 188 173 238 -
CMYK 0.21 0.27 0 0.07
HSL 253.85º 0.66% 0.81% -
HSV(B) 253.85º 0.27% 0.93% -
XYZ 51.12 46.75 87.22 -
YUV 184.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 188 173 238 0.21 0.27 0 0.07 253.85 0.66 0.81
Hex BC AD EE 15 1B 0 7 FE 42 51
Octal 274 255 356 25 33 0 7 376 102 121
Binary 10111100 10101101 11101110 10101 11011 0 111 11111110 1000010 1010001

Color Harmonies of #BCADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADEE

Black with #BCADEE

Text Example


Text Example

White with #BCADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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