Html Css Color HEX #BCAFF8 Melrose

📋 copy color: '#BCAFF8'

red 188 ◦ green 175 ◦ blue 248

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

Shades of Melrose #BCAFF8

Tints of Melrose #BCAFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.59%

R = 30.77%
G = 28.64%
B = 40.59%

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

#BCAFF8 (or 0xBCAFF8) is known color: Melrose. HEX triplet: BC, AF and F8. RGB value is (188,175,248). Sum of RGB (Red+Green+Blue) = 188+175+248=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCAFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF8 is #435007. Grayscale: #BABABA. Windows color (decimal): -4411400 or 16297916. OLE color: 16297916.

HSL color Cylindrical-coordinate representation of color #BCAFF8: hue angle of 250.68º degrees, saturation: 0.84, 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 #BCAFF8 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 175 248 -
CMYK 0.24 0.29 0 0.03
HSL 250.68º 0.84% 0.83% -
HSV(B) 250.68º 0.29% 0.97% -
XYZ 53.01 48.13 95.3 -
YUV 187.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 188 175 248 0.24 0.29 0 0.03 250.68 0.84 0.83
Hex BC AF F8 18 1D 0 3 FB 54 53
Octal 274 257 370 30 35 0 3 373 124 123
Binary 10111100 10101111 11111000 11000 11101 0 11 11111011 1010100 1010011

Color Harmonies of #BCAFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFF8

Black with #BCAFF8

Text Example


Text Example

White with #BCAFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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