Html Css Color HEX #BCAEE8 Melrose

📋 copy color: '#BCAEE8'

red 188 ◦ green 174 ◦ blue 232

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

Shades of Melrose #BCAEE8

Tints of Melrose #BCAEE8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.29%

 BLUE value IS 232 (91.02% from 255) = 39.06%

R = 31.65%
G = 29.29%
B = 39.06%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCAEE8 (or 0xBCAEE8) is known color: Melrose. HEX triplet: BC, AE and E8. RGB value is (188,174,232). Sum of RGB (Red+Green+Blue) = 188+174+232=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEE8 is #435117. Grayscale: #B8B8B8. Windows color (decimal): -4411672 or 15249084. OLE color: 15249084.

HSL color Cylindrical-coordinate representation of color #BCAEE8: hue angle of 254.48º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCAEE8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 174 232 -
CMYK 0.19 0.25 0 0.09
HSL 254.48º 0.56% 0.8% -
HSV(B) 254.48º 0.25% 0.91% -
XYZ 50.44 46.79 82.72 -
YUV 184.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 188 174 232 0.19 0.25 0 0.09 254.48 0.56 0.8
Hex BC AE E8 13 19 0 9 FE 38 50
Octal 274 256 350 23 31 0 11 376 70 120
Binary 10111100 10101110 11101000 10011 11001 0 1001 11111110 111000 1010000

Color Harmonies of #BCAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEE8

Black with #BCAEE8

Text Example


Text Example

White with #BCAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEE8; }

 p { color: rgb(188,174,232); }

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

background-color css

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

 a { background-color: rgb(188,174,232); }

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

border-color css

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

 span { border-color: rgb(188,174,232); }

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