Html Css Color HEX #BCAFF2 Melrose

📋 copy color: '#BCAFF2'

red 188 ◦ green 175 ◦ blue 242

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

Shades of Melrose #BCAFF2

Tints of Melrose #BCAFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40%

R = 31.07%
G = 28.93%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCAFF2 (or 0xBCAFF2) is known color: Melrose. HEX triplet: BC, AF and F2. RGB value is (188,175,242). Sum of RGB (Red+Green+Blue) = 188+175+242=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF2 is #43500D. Grayscale: #BABABA. Windows color (decimal): -4411406 or 15904700. OLE color: 15904700.

HSL color Cylindrical-coordinate representation of color #BCAFF2: hue angle of 251.64º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCAFF2 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 175 242 -
CMYK 0.22 0.28 0 0.05
HSL 251.64º 0.72% 0.82% -
HSV(B) 251.64º 0.28% 0.95% -
XYZ 52.1 47.76 90.48 -
YUV 186.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 188 175 242 0.22 0.28 0 0.05 251.64 0.72 0.82
Hex BC AF F2 16 1C 0 5 FC 48 52
Octal 274 257 362 26 34 0 5 374 110 122
Binary 10111100 10101111 11110010 10110 11100 0 101 11111100 1001000 1010010

Color Harmonies of #BCAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFF2

Black with #BCAFF2

Text Example


Text Example

White with #BCAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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