Html Css Color HEX #BCAFF4 Melrose

📋 copy color: '#BCAFF4'

red 188 ◦ green 175 ◦ blue 244

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

Shades of Melrose #BCAFF4

Tints of Melrose #BCAFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.2%

R = 30.97%
G = 28.83%
B = 40.2%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCAFF4 (or 0xBCAFF4) is known color: Melrose. HEX triplet: BC, AF and F4. RGB value is (188,175,244). Sum of RGB (Red+Green+Blue) = 188+175+244=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF4 is #43500B. Grayscale: #BABABA. Windows color (decimal): -4411404 or 16035772. OLE color: 16035772.

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

Color convert

RGB 188 175 244 -
CMYK 0.23 0.28 0 0.04
HSL 251.3º 0.76% 0.82% -
HSV(B) 251.3º 0.28% 0.96% -
XYZ 52.4 47.88 92.07 -
YUV 186.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 188 175 244 0.23 0.28 0 0.04 251.3 0.76 0.82
Hex BC AF F4 17 1C 0 4 FB 4C 52
Octal 274 257 364 27 34 0 4 373 114 122
Binary 10111100 10101111 11110100 10111 11100 0 100 11111011 1001100 1010010

Color Harmonies of #BCAFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFF4

Black with #BCAFF4

Text Example


Text Example

White with #BCAFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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