Html Css Color HEX #BCAFF5 Melrose

📋 copy color: '#BCAFF5'

red 188 ◦ green 175 ◦ blue 245

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

Shades of Melrose #BCAFF5

Tints of Melrose #BCAFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.3%

R = 30.92%
G = 28.78%
B = 40.3%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCAFF5 (or 0xBCAFF5) is known color: Melrose. HEX triplet: BC, AF and F5. RGB value is (188,175,245). Sum of RGB (Red+Green+Blue) = 188+175+245=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF5 is #43500A. Grayscale: #BABABA. Windows color (decimal): -4411403 or 16101308. OLE color: 16101308.

HSL color Cylindrical-coordinate representation of color #BCAFF5: hue angle of 251.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCAFF5 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 175 245 -
CMYK 0.23 0.29 0 0.04
HSL 251.14º 0.78% 0.82% -
HSV(B) 251.14º 0.29% 0.96% -
XYZ 52.55 47.94 92.87 -
YUV 186.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 188 175 245 0.23 0.29 0 0.04 251.14 0.78 0.82
Hex BC AF F5 17 1D 0 4 FB 4E 52
Octal 274 257 365 27 35 0 4 373 116 122
Binary 10111100 10101111 11110101 10111 11101 0 100 11111011 1001110 1010010

Color Harmonies of #BCAFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFF5

Black with #BCAFF5

Text Example


Text Example

White with #BCAFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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