Html Css Color HEX #BCAEEC Melrose

📋 copy color: '#BCAEEC'

red 188 ◦ green 174 ◦ blue 236

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

Shades of Melrose #BCAEEC

Tints of Melrose #BCAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.46%

R = 31.44%
G = 29.1%
B = 39.46%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCAEEC (or 0xBCAEEC) is known color: Melrose. HEX triplet: BC, AE and EC. RGB value is (188,174,236). Sum of RGB (Red+Green+Blue) = 188+174+236=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEEC is #435113. Grayscale: #B9B9B9. Windows color (decimal): -4411668 or 15511228. OLE color: 15511228.

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

Color convert

RGB 188 174 236 -
CMYK 0.20 0.26 0 0.07
HSL 253.55º 0.62% 0.8% -
HSV(B) 253.55º 0.26% 0.93% -
XYZ 51.02 47.02 85.74 -
YUV 185.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 188 174 236 0.20 0.26 0 0.07 253.55 0.62 0.8
Hex BC AE EC 14 1A 0 7 FE 3E 50
Octal 274 256 354 24 32 0 7 376 76 120
Binary 10111100 10101110 11101100 10100 11010 0 111 11111110 111110 1010000

Color Harmonies of #BCAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEEC

Black with #BCAEEC

Text Example


Text Example

White with #BCAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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