Html Css Color HEX #BCAFF7 Melrose

📋 copy color: '#BCAFF7'

red 188 ◦ green 175 ◦ blue 247

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

Shades of Melrose #BCAFF7

Tints of Melrose #BCAFF7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.69%

 BLUE value IS 247 (96.88% from 255) = 40.49%

R = 30.82%
G = 28.69%
B = 40.49%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCAFF7 (or 0xBCAFF7) is known color: Melrose. HEX triplet: BC, AF and F7. RGB value is (188,175,247). Sum of RGB (Red+Green+Blue) = 188+175+247=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF7 is #435008. Grayscale: #BABABA. Windows color (decimal): -4411401 or 16232380. OLE color: 16232380.

HSL color Cylindrical-coordinate representation of color #BCAFF7: hue angle of 250.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCAFF7 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 175 247 -
CMYK 0.24 0.29 0 0.03
HSL 250.83º 0.82% 0.83% -
HSV(B) 250.83º 0.29% 0.97% -
XYZ 52.86 48.07 94.49 -
YUV 187.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 188 175 247 0.24 0.29 0 0.03 250.83 0.82 0.83
Hex BC AF F7 18 1D 0 3 FB 52 53
Octal 274 257 367 30 35 0 3 373 122 123
Binary 10111100 10101111 11110111 11000 11101 0 11 11111011 1010010 1010011

Color Harmonies of #BCAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFF7

Black with #BCAFF7

Text Example


Text Example

White with #BCAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFF7; }

 p { color: rgb(188,175,247); }

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

background-color css

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

 a { background-color: rgb(188,175,247); }

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

border-color css

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

 span { border-color: rgb(188,175,247); }

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