Html Css Color HEX #BCAFF0 Melrose

📋 copy color: '#BCAFF0'

red 188 ◦ green 175 ◦ blue 240

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

Shades of Melrose #BCAFF0

Tints of Melrose #BCAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.8%

R = 31.18%
G = 29.02%
B = 39.8%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCAFF0 (or 0xBCAFF0) is known color: Melrose. HEX triplet: BC, AF and F0. RGB value is (188,175,240). Sum of RGB (Red+Green+Blue) = 188+175+240=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF0 is #43500F. Grayscale: #BABABA. Windows color (decimal): -4411408 or 15773628. OLE color: 15773628.

HSL color Cylindrical-coordinate representation of color #BCAFF0: hue angle of 252º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCAFF0 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 175 240 -
CMYK 0.22 0.27 0 0.06
HSL 252º 0.68% 0.81% -
HSV(B) 252º 0.27% 0.94% -
XYZ 51.8 47.64 88.9 -
YUV 186.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 188 175 240 0.22 0.27 0 0.06 252 0.68 0.81
Hex BC AF F0 16 1B 0 6 FC 44 51
Octal 274 257 360 26 33 0 6 374 104 121
Binary 10111100 10101111 11110000 10110 11011 0 110 11111100 1000100 1010001

Color Harmonies of #BCAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFF0

Black with #BCAFF0

Text Example


Text Example

White with #BCAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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