Html Css Color HEX #BCAEFC Melrose

📋 copy color: '#BCAEFC'

red 188 ◦ green 174 ◦ blue 252

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

Shades of Melrose #BCAEFC

Tints of Melrose #BCAEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 30.62%
G = 28.34%
B = 41.04%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCAEFC (or 0xBCAEFC) is known color: Melrose. HEX triplet: BC, AE and FC. RGB value is (188,174,252). Sum of RGB (Red+Green+Blue) = 188+174+252=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEFC is #435103. Grayscale: #BABABA. Windows color (decimal): -4411652 or 16559804. OLE color: 16559804.

HSL color Cylindrical-coordinate representation of color #BCAEFC: hue angle of 250.77º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCAEFC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 174 252 -
CMYK 0.25 0.31 0 0.01
HSL 250.77º 0.93% 0.84% -
HSV(B) 250.77º 0.31% 0.99% -
XYZ 53.45 47.99 98.54 -
YUV 187.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 188 174 252 0.25 0.31 0 0.01 250.77 0.93 0.84
Hex BC AE FC 19 1F 0 1 FB 5D 54
Octal 274 256 374 31 37 0 1 373 135 124
Binary 10111100 10101110 11111100 11001 11111 0 1 11111011 1011101 1010100

Color Harmonies of #BCAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEFC

Black with #BCAEFC

Text Example


Text Example

White with #BCAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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